MCPcopy
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

loginFunction · 0.80
oauthCallbackFunction · 0.80
signupActionFunction · 0.80
tokensFunction · 0.80
handleTokenActionFunction · 0.80

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected