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

Function getLegacyNestedDocPath

projects/electron/src/modules/code/yjsStorage.ts:75–77  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

73}
74
75function getLegacyNestedDocPath(id: string): string {
76 return path.join(getLegacyNestedYjsStorageDir(), sanitizeId(id))
77}
78
79/**
80 * Ensure the storage directory exists.

Callers 1

handleLoadFunction · 0.85

Calls 2

sanitizeIdFunction · 0.70

Tested by

no test coverage detected