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

Method checkAttribute

packages/language/src/validator.ts:80–82  ·  view source on GitHub ↗
(node: Attribute, accept: ValidationAcceptor)

Source from the content-addressed store, hash-verified

78 }
79
80 checkAttribute(node: Attribute, accept: ValidationAcceptor): void {
81 new AttributeValidator().validate(node, accept);
82 }
83
84 checkExpression(node: Expression, accept: ValidationAcceptor): void {
85 new ExpressionValidator().validate(node, accept);

Callers

nothing calls this directly

Calls 1

validateMethod · 0.65

Tested by

no test coverage detected