Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ get
Method
get
src/api/storage/storageInterface.ts:4–4 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
2
set(key: string, value: any): Promise<void>;
3
4
get(key: string): Promise<any | undefined>;
5
6
remove(key: string): Promise<void>;
7
Callers
15
vidmoly
Function · 0.65
mixdrop
Function · 0.65
zoro
Function · 0.65
kickassanime
Function · 0.65
animekai
Function · 0.65
bato
Function · 0.65
apply
Method · 0.65
getAsync
Function · 0.65
objectFunctions.test.ts
File · 0.65
customDomain.test.ts
File · 0.65
import.test.ts
File · 0.65
runPage
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected