MCPcopy 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
56export const resolveDataDir = (): string =>
57 process.env.EXECUTOR_DATA_DIR ?? join(process.cwd(), ".executor-selfhost");
58
59let cachedSecretKey: string | undefined;
60

Callers 4

getAnalyticsRuntimeFunction · 0.90
resolveSecretKeyFunction · 0.70
resolveAuthSecretFunction · 0.70
loadConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected