Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nbubna/store
/ clear
Method
clear
index.d.ts:18–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
17
export
interface
StoreAPI {
18
clear(): StoreBase;
19
clearAll(): StoreBase;
20
each(callback: EachFn): StoreBase;
21
get(key: any, alt?: any|Reviver): any;
Callers
3
clear
Function · 0.80
store_test.js
File · 0.80
store2.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected