Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
function
defaultDataDir(): string {
53
return
path.join(os.homedir(),
".openade"
,
"data"
,
"yjs"
)
54
}
55
56
function
now(): string {
57
return
new
Date().toISOString()
Callers
1
createRuntimeNodeOpenADEAdapters
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected