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

Method close

src/runtime/runtime.ts:283–287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

281 }
282
283 close() {
284 for(let database of this.databases) {
285 database.unregister(this);
286 }
287 }
288}

Callers 3

makeEvaluationFunction · 0.45
handleEventFunction · 0.45
initWebsocketFunction · 0.45

Calls 1

unregisterMethod · 0.45

Tested by

no test coverage detected