MCPcopy
hub / github.com/angular/angular / visitBlock

Method visitBlock

packages/compiler/src/ml_parser/ast.ts:283–288  ·  view source on GitHub ↗
(block: Block, context: any)

Source from the content-addressed store, hash-verified

281 visitExpansionCase(ast: ExpansionCase, context: any): any {}
282
283 visitBlock(block: Block, context: any): any {
284 this.visitChildren(context, (visit) => {
285 visit(block.parameters);
286 visit(block.children);
287 });
288 }
289
290 visitBlockParameter(ast: BlockParameter, context: any): any {}
291

Callers

nothing calls this directly

Calls 2

visitChildrenMethod · 0.95
visitFunction · 0.50

Tested by

no test coverage detected