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

Function serverControlDir

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

Source from the content-addressed store, hash-verified

100const sidecarManifestPathByPid = new Map<number, string>();
101
102const serverControlDir = (dataDir: string): string => join(dataDir, "server-control");
103const localServerManifestPath = (dataDir: string): string =>
104 join(serverControlDir(dataDir), "server.json");
105

Callers 2

localServerManifestPathFunction · 0.70
writeSidecarManifestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected