Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/entropic-dev/entropic
/ delete
Method
delete
services/web/lib/session-map.js:18–25 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
16
}
17
18
delete(key) {
19
const
had = this.has(key);
20
const
result = super.delete(key);
21
if
(had) {
22
this.dirty = true;
23
}
24
return
result;
25
}
26
};
Callers
5
login
Function · 0.80
oauthCallback
Function · 0.80
signupAction
Function · 0.80
tokens
Function · 0.80
handleTokenAction
Function · 0.80
Calls
1
has
Method · 0.80
Tested by
no test coverage detected