Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/streetwriters/notesnook
/ init
Method
init
packages/core/src/collections/reminders.ts:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
async
init() {
53
await
this.collection.init();
54
}
55
56
async
add(reminder: Partial<Reminder>) {
57
if
(!reminder)
return
;
Callers
nothing calls this directly
Calls
1
init
Method · 0.65
Tested by
no test coverage detected