MCPcopy 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
48export const resolveDataDir = (): string =>
49 process.env.EXECUTOR_DATA_DIR ?? join(process.cwd(), ".executor-selfhost");
50
51let cachedSecretKey: string | undefined;
52

Callers 3

resolveSecretKeyFunction · 0.70
resolveAuthSecretFunction · 0.70
loadConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected