Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ clear
Method
clear
src/chibiScript/ChibiRegistry.ts:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
public clear(): void {
27
this.store.clear();
28
}
29
30
public keys(): string[] {
31
return
Array.from(this.store.keys());
Callers
6
coreFunctions.test.ts
File · 0.80
listSyncInit
Function · 0.80
initProgressScheduler
Function · 0.80
importEntries
Function · 0.80
settings-structure-tracking.ts
File · 0.80
settings-structure-etc.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected