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

Function isBinaryExpr

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

Source from the content-addressed store, hash-verified

228} as const;
229
230export function isBinaryExpr(item: unknown): item is BinaryExpr {
231 return reflection.isInstance(item, BinaryExpr.$type);
232}
233
234export type Boolean = boolean;
235

Callers 1

isCollectionPredicateFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected