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

Method checkExpression

packages/language/src/validator.ts:84–86  ·  view source on GitHub ↗
(node: Expression, accept: ValidationAcceptor)

Source from the content-addressed store, hash-verified

82 }
83
84 checkExpression(node: Expression, accept: ValidationAcceptor): void {
85 new ExpressionValidator().validate(node, accept);
86 }
87
88 checkFunctionInvocation(node: InvocationExpr, accept: ValidationAcceptor): void {
89 new FunctionInvocationValidator().validate(node, accept);

Callers

nothing calls this directly

Calls 1

validateMethod · 0.65

Tested by

no test coverage detected