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:48–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
export
const
resolveDataDir = (): string =>
49
process.env.EXECUTOR_DATA_DIR ?? join(process.cwd(),
".executor-selfhost"
);
50
51
let
cachedSecretKey: string | undefined;
52
Callers
3
resolveSecretKey
Function · 0.70
resolveAuthSecret
Function · 0.70
loadConfig
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected