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