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

Function isInvocationExpr

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

Source from the content-addressed store, hash-verified

655} as const;
656
657export function isInvocationExpr(item: unknown): item is InvocationExpr {
658 return reflection.isInstance(item, InvocationExpr.$type);
659}
660
661export type LiteralExpr = BooleanLiteral | NumberLiteral | StringLiteral;
662

Callers 12

isAuthInvocationFunction · 0.90
isCheckInvocationFunction · 0.90
isBeforeInvocationFunction · 0.90
highlightElementMethod · 0.90
validateUrlMethod · 0.90
evaluateUrlFunction · 0.90
getDatasourceFunction · 0.90
getMappedValueMethod · 0.90
isAuthInvocationMethod · 0.90
configExprToTextMethod · 0.90
makeAttributeArgValueMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected