MCPcopy 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
69export const resolveDataDir = (): string =>
70 process.env.EXECUTOR_DATA_DIR ?? join(process.cwd(), ".executor-selfhost");
71
72let cachedSecretKey: string | undefined;
73

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected