MCPcopy Create free account
hub / github.com/aurelia/binding / accept

Method accept

src/ast.js:176–178  ·  view source on GitHub ↗
(visitor)

Source from the content-addressed store, hash-verified

174 }
175
176 accept(visitor) {
177 return visitor.visitConditional(this);
178 }
179
180 connect(binding, scope) {
181 this.condition.connect(binding, scope);

Callers

nothing calls this directly

Calls 1

visitConditionalMethod · 0.45

Tested by

no test coverage detected