Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
25
export
function
createPageDoc() {
26
return
getYjsDoc(createPageStore());
27
}
28
29
export
function
applyDocUpdate(doc: Y.Doc, update: Uint8Array, origin?: any) {
30
try {
Callers
2
step2
Function · 0.90
revertToSnapshot
Function · 0.85
Calls
1
createPageStore
Function · 0.85
Tested by
no test coverage detected