MCPcopy
hub / github.com/angular/angular / validate

Function validate

packages/compiler/test/expression_parser/utils/validator.ts:181–184  ·  view source on GitHub ↗
(ast: T)

Source from the content-addressed store, hash-verified

179const sharedValidator = new ASTValidator();
180
181export function validate<T extends AST>(ast: T): T {
182 sharedValidator.visit(ast);
183 return ast;
184}

Callers 7

parser_spec.tsFile · 0.90
recoverFunction · 0.90
checkInterpolationFunction · 0.90
checkBindingFunction · 0.90
checkActionFunction · 0.90
expectActionErrorFunction · 0.90
expectBindingErrorFunction · 0.90

Calls 1

visitMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…