MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / isCollectionPredicateBinding

Function isCollectionPredicateBinding

packages/language/src/generated/ast.ts:272–274  ·  view source on GitHub ↗
(item: unknown)

Source from the content-addressed store, hash-verified

270} as const;
271
272export function isCollectionPredicateBinding(item: unknown): item is CollectionPredicateBinding {
273 return reflection.isInstance(item, CollectionPredicateBinding.$type);
274}
275
276export interface ConfigArrayExpr extends langium.AstNode {
277 readonly $container: ConfigField;

Callers 2

resolveReferenceMethod · 0.90
validateReferenceExprMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected