Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
98
export
function
isValidPredicate(name: string): boolean {
99
return
name in PREDICATES;
100
}
Callers
2
loadManifest
Function · 0.90
predicate-registry.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected