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

Function findResultBundlePathArg

src/utils/result-bundle-args.ts:46–48  ·  view source on GitHub ↗
(extraArgs?: readonly string[])

Source from the content-addressed store, hash-verified

44}
45
46export function findResultBundlePathArg(extraArgs?: readonly string[]): string | undefined {
47 return parseResultBundlePathArgs(extraArgs).resultBundlePath;
48}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected