Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ resolveDataDir
Function
resolveDataDir
apps/host-selfhost/src/config.ts:69–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
export
const
resolveDataDir = (): string =>
70
process.env.EXECUTOR_DATA_DIR ?? join(process.cwd(),
".executor-selfhost"
);
71
72
let
cachedSecretKey: string | undefined;
73
Callers
4
getAnalyticsRuntime
Function · 0.90
resolveSecretKey
Function · 0.70
resolveAuthSecret
Function · 0.70
loadConfig
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected