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

Function key

app/services/tdc_vm_runner.cjs:27–29  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

25 store.clear();
26 },
27 key(index) {
28 return [...store.keys()][index] ?? null;
29 },
30 get length() {
31 return store.size;
32 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected