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:56–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
export
const
resolveDataDir = (): string =>
57
process.env.EXECUTOR_DATA_DIR ?? join(process.cwd(),
".executor-selfhost"
);
58
59
let
cachedSecretKey: string | undefined;
60
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