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

Method checkFunctionDecl

packages/language/src/validator.ts:92–94  ·  view source on GitHub ↗
(node: FunctionDecl, accept: ValidationAcceptor)

Source from the content-addressed store, hash-verified

90 }
91
92 checkFunctionDecl(node: FunctionDecl, accept: ValidationAcceptor): void {
93 new FunctionDeclValidator().validate(node, accept);
94 }
95
96 checkProcedure(node: Procedure, accept: ValidationAcceptor): void {
97 new ProcedureValidator().validate(node, accept);

Callers

nothing calls this directly

Calls 1

validateMethod · 0.65

Tested by

no test coverage detected