Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
53
function
emptyStore(): StoreData {
54
return
cloneStore(EMPTY_STORE);
55
}
56
57
function
normalizeStorePath(inputPath: string): string {
58
if
(path.extname(inputPath) ===
'.json'
)
return
inputPath;
Callers
2
initInMemoryDb
Function · 0.85
readStore
Function · 0.85
Calls
1
cloneStore
Function · 0.85
Tested by
no test coverage detected