MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / constructor

Method constructor

src/cli/daemon-client.ts:44–47  ·  view source on GitHub ↗
(opts: DaemonClientOptions = {})

Source from the content-addressed store, hash-verified

42 private timeout: number;
43
44 constructor(opts: DaemonClientOptions = {}) {
45 this.socketPath = opts.socketPath ?? getSocketPath();
46 this.timeout = opts.timeout ?? 30000;
47 }
48
49 /**
50 * Send a request to the daemon and wait for a response.

Callers

nothing calls this directly

Calls 1

getSocketPathFunction · 0.90

Tested by

no test coverage detected