Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ del
Method
del
src/app/cache.ts:151–154 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
act.newVal = newVal;
150
};
151
const
del = () => {
152
act.action = Actions.DEL;
153
act.newVal = undefined;
154
};
155
return
this.get<T>(key)
156
.then((result) => {
157
const
tx = {
Callers
1
tx
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected