Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
91
export
function
getPredicateNames(): string[] {
92
return
Object.keys(PREDICATES);
93
}
94
95
/**
96
* Check
if
a predicate name is valid.
Callers
1
predicate-registry.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected