git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: f85a2907f19ae1a49abac80203e35a39f173123d

Files: f85a2907f19ae1a49abac80203e35a39f173123d / 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