Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dylan-sutton-chavez/edge-python
/ storage
Function
storage
host/storage/src/index.js:7–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
import
idb from
'./main/idb.js'
;
6
7
export
const
storage = () => {
8
const
state = makeState();
9
return
Object.assign(
10
{},
11
kv(),
12
idb(state),
13
);
14
};
15
16
export
default storage;
Callers
nothing calls this directly
Calls
2
makeState
Function · 0.90
assign
Method · 0.80
Tested by
no test coverage detected