Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VitoHowe/glm-coding
/ removeItem
Function
removeItem
app/services/tdc_vm_runner.cjs:21–23 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
19
store.set(String(key), String(value));
20
},
21
removeItem(key) {
22
store.delete(String(key));
23
},
24
clear() {
25
store.clear();
26
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected