MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / listYjsDocuments

Function listYjsDocuments

projects/electron/src/modules/code/yjsStorage.ts:309–311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307}
308
309export async function listYjsDocuments(): Promise<string[]> {
310 return handleList()
311}
312
313export const cleanup = () => {
314 logger.info("[YjsStorage] Cleanup called (no active resources to clean)")

Callers

nothing calls this directly

Calls 1

handleListFunction · 0.70

Tested by

no test coverage detected