MCPcopy 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
264export async function loadYjsDocument(id: string): Promise<Uint8Array | null> {
265 return handleLoad(id)
266}
267
268/**
269 * Delete a YJS document from disk.

Callers 2

loadDocFunction · 0.90
readDocumentBase64Function · 0.90

Calls 1

handleLoadFunction · 0.70

Tested by

no test coverage detected