MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / clear

Function clear

app/services/tdc_vm_runner.cjs:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 store.delete(String(key));
23 },
24 clear() {
25 store.clear();
26 },
27 key(index) {
28 return [...store.keys()][index] ?? null;
29 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected