MCPcopy Index your code
hub / github.com/angular/angular / visitDirective

Method visitDirective

packages/compiler/src/ml_parser/ast.ts:302–306  ·  view source on GitHub ↗
(directive: Directive, context: any)

Source from the content-addressed store, hash-verified

300 }
301
302 visitDirective(directive: Directive, context: any) {
303 this.visitChildren(context, (visit) => {
304 visit(directive.attrs);
305 });
306 }
307
308 private visitChildren(
309 context: any,

Callers

nothing calls this directly

Calls 2

visitChildrenMethod · 0.95
visitFunction · 0.50

Tested by

no test coverage detected