git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 29b4a4a60e83eef1ed70225dae7e9514764a25bf

Files: 29b4a4a60e83eef1ed70225dae7e9514764a25bf / deps / kernelVertex.js

212 bytesRaw
1const Vertex = require('merkle-trie')
2
3module.exports = class KernelVertex extends Vertex {
4 get kernel () {
5 return this._cache.kernel
6 }
7
8 set kernel (instance) {
9 this._cache.kernel = instance
10 }
11}
12
13

Built with git-ssb-web