MCPcopy Index your code
hub / github.com/pyscript/pyscript / sync

Function sync

core/src/storage.js:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 };
46
47 const sync = async () => {
48 await store.sync();
49 };
50
51 return new Proxy(map, {
52 ownKeys: (map) => [...map.keys()],

Callers

nothing calls this directly

Calls 1

syncMethod · 0.80

Tested by

no test coverage detected