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

Function isResultBundlePathValue

src/utils/result-bundle-args.ts:1–3  ·  view source on GitHub ↗
(value: string | undefined)

Source from the content-addressed store, hash-verified

1function isResultBundlePathValue(value: string | undefined): value is string {
2 return value !== undefined && value.length > 0 && !value.startsWith('-');
3}
4
5export function parseResultBundlePathArgs(extraArgs?: readonly string[]): {
6 remainingArgs: string[];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected