Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/streetwriters/notesnook
/ init
Method
init
packages/core/src/collections/vaults.ts:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
async
init() {
41
await
this.collection.init();
42
}
43
44
async
add(item: Partial<Vault>) {
45
const
id = item.id || getId();
Callers
nothing calls this directly
Calls
1
init
Method · 0.65
Tested by
no test coverage detected