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

Function createPageDoc

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

Source from the content-addressed store, hash-verified

23 }) as IAppCollabStore;
24}
25export function createPageDoc() {
26 return getYjsDoc(createPageStore());
27}
28
29export function applyDocUpdate(doc: Y.Doc, update: Uint8Array, origin?: any) {
30 try {

Callers 2

step2Function · 0.90
revertToSnapshotFunction · 0.85

Calls 1

createPageStoreFunction · 0.85

Tested by

no test coverage detected