Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ delete
Method
delete
src/chibiScript/ChibiRegistry.ts:22–24 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
20
}
21
22
public delete(key: string): boolean {
23
return
this.store.delete(key);
24
}
25
26
public clear(): void {
27
this.store.clear();
Callers
3
emitterAction
Function · 0.80
removeEntry
Function · 0.80
undo
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected