MCPcopy 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

5import idb from './main/idb.js';
6
7export const storage = () => {
8 const state = makeState();
9 return Object.assign(
10 {},
11 kv(),
12 idb(state),
13 );
14};
15
16export default storage;

Callers

nothing calls this directly

Calls 2

makeStateFunction · 0.90
assignMethod · 0.80

Tested by

no test coverage detected