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

Function serverControlDir

apps/desktop/src/main/sidecar.ts:108–108  ·  view source on GitHub ↗
(dataDir: string)

Source from the content-addressed store, hash-verified

106const sidecarManifestPathByPid = new Map<number, string>();
107
108const serverControlDir = (dataDir: string): string => join(dataDir, "server-control");
109const localServerManifestPath = (dataDir: string): string =>
110 join(serverControlDir(dataDir), "server.json");
111

Callers 2

localServerManifestPathFunction · 0.70
writeSidecarManifestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected