MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / serverControlDir

Function serverControlDir

apps/local/src/auth.ts:30–30  ·  view source on GitHub ↗
(dataDir: string)

Source from the content-addressed store, hash-verified

28 resolve(process.env.EXECUTOR_DATA_DIR ?? join(homedir(), ".executor"));
29
30const serverControlDir = (dataDir: string): string => join(dataDir, "server-control");
31
32/** Absolute path to the auth-token file for a data directory. */
33export const localAuthTokenPath = (dataDir: string = resolveExecutorDataDir()): string =>

Callers 2

localAuthTokenPathFunction · 0.70
writeTokenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected