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

Function setItem

app/services/tdc_vm_runner.cjs:18–20  ·  view source on GitHub ↗
(key, value)

Source from the content-addressed store, hash-verified

16 return store.has(String(key)) ? store.get(String(key)) : null;
17 },
18 setItem(key, value) {
19 store.set(String(key), String(value));
20 },
21 removeItem(key) {
22 store.delete(String(key));
23 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected