Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ list
Method
list
src/api/storage/storageInterface.ts:8–8 ·
view source on GitHub ↗
(from?: string)
Source
from the content-addressed store, hash-verified
6
remove(key: string): Promise<void>;
7
8
list(from?: string): Promise<{ [key: string]: any }>;
9
10
addStyle(css: string): Promise<void>;
11
Callers
3
clearCache
Function · 0.80
upgradewWizzards
Function · 0.80
getSyncList
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected