MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / createPageStore

Function createPageStore

apps/client/src/code/pages/utils.ts:18–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 });
17
18export function createPageStore() {
19 return syncedStore({
20 page: {},
21 notes: {},
22 arrows: {},
23 }) as IAppCollabStore;
24}
25export function createPageDoc() {
26 return getYjsDoc(createPageStore());
27}

Callers 2

constructorMethod · 0.90
createPageDocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected