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

Function defaultDataDir

projects/openade-module/src/node.ts:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52function defaultDataDir(): string {
53 return path.join(os.homedir(), ".openade", "data", "yjs")
54}
55
56function now(): string {
57 return new Date().toISOString()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected