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

Function getPredicateNames

src/visibility/predicate-registry.ts:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 * Get all available predicate names.
90 */
91export function getPredicateNames(): string[] {
92 return Object.keys(PREDICATES);
93}
94
95/**
96 * Check if a predicate name is valid.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected