MCPcopy
hub / github.com/OpenCoworkAI/open-codesign / emptyStore

Function emptyStore

apps/desktop/src/main/snapshots-db.ts:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53function emptyStore(): StoreData {
54 return cloneStore(EMPTY_STORE);
55}
56
57function normalizeStorePath(inputPath: string): string {
58 if (path.extname(inputPath) === '.json') return inputPath;

Callers 2

initInMemoryDbFunction · 0.85
readStoreFunction · 0.85

Calls 1

cloneStoreFunction · 0.85

Tested by

no test coverage detected