Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bearlyai/OpenADE
/ loadYjsDocument
Function
loadYjsDocument
projects/electron/src/modules/code/yjsStorage.ts:264–266 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
262
}
263
264
export
async
function
loadYjsDocument(id: string): Promise<Uint8Array | null> {
265
return
handleLoad(id)
266
}
267
268
/**
269
* Delete a YJS document from disk.
Callers
2
loadDoc
Function · 0.90
readDocumentBase64
Function · 0.90
Calls
1
handleLoad
Function · 0.70
Tested by
no test coverage detected