MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / isValidPredicate

Function isValidPredicate

src/visibility/predicate-registry.ts:98–100  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

96 * Check if a predicate name is valid.
97 */
98export function isValidPredicate(name: string): boolean {
99 return name in PREDICATES;
100}

Callers 2

loadManifestFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected