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

Function resolveCwdOverride

src/runtime/bootstrap-runtime.ts:102–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100}
101
102function resolveCwdOverride(): string | undefined {
103 const raw = process.env.XCODEBUILDMCP_CWD;
104 if (!raw) {
105 return undefined;
106 }
107 return expandHomePrefix(raw);
108}
109
110export async function bootstrapRuntime(
111 opts: BootstrapRuntimeOptions,

Callers 1

bootstrapRuntimeFunction · 0.85

Calls 1

expandHomePrefixFunction · 0.90

Tested by

no test coverage detected