MCPcopy Index your code
hub / github.com/witheve/Eve / unregister

Method unregister

src/runtime/databases/system.ts:176–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174 }
175
176 unregister() {
177 if(this.time) this.time.close();
178 if(this.memory) this.memory.close();
179 }
180
181}
182

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected