Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
179
const
sharedValidator =
new
ASTValidator();
180
181
export
function
validate<T extends AST>(ast: T): T {
182
sharedValidator.visit(ast);
183
return
ast;
184
}
Callers
7
parser_spec.ts
File · 0.90
recover
Function · 0.90
checkInterpolation
Function · 0.90
checkBinding
Function · 0.90
checkAction
Function · 0.90
expectActionError
Function · 0.90
expectBindingError
Function · 0.90
Calls
1
visit
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…