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

Method accept

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

Source from the content-addressed store, hash-verified

300 }
301
302 accept(visitor) {
303 return visitor.visitAccessKeyed(this);
304 }
305
306 connect(binding, scope) {
307 this.object.connect(binding, scope);

Callers

nothing calls this directly

Calls 1

visitAccessKeyedMethod · 0.45

Tested by

no test coverage detected