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

Function collectFindPaths

src/utils/xcode-state-reader.ts:74–80  ·  view source on GitHub ↗
(output: string)

Source from the content-addressed store, hash-verified

72}
73
74function collectFindPaths(output: string): string[] {
75 return output
76 .trim()
77 .split('\n')
78 .map((path) => path.trim())
79 .filter(Boolean);
80}
81
82export async function findXcodeStateFile(
83 ctx: XcodeStateReaderContext,

Callers 1

findXcodeStateFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected