MCPcopy Create free account
hub / github.com/angular/angular / visitVariable

Method visitVariable

packages/compiler/src/render3/view/t2_binder.ts:382–385  ·  view source on GitHub ↗
(variable: Variable)

Source from the content-addressed store, hash-verified

380 }
381
382 visitVariable(variable: Variable) {
383 // Declare the variable if it's not already.
384 this.maybeDeclare(variable);
385 }
386
387 visitReference(reference: Reference) {
388 // Declare the variable if it's not already.

Callers 1

ingestMethod · 0.95

Calls 1

maybeDeclareMethod · 0.95

Tested by

no test coverage detected