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

Method accept

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

Source from the content-addressed store, hash-verified

652 }
653
654 accept(visitor) {
655 return visitor.visitLiteralArray(this);
656 }
657
658 connect(binding, scope) {
659 let length = this.elements.length;

Callers

nothing calls this directly

Calls 1

visitLiteralArrayMethod · 0.45

Tested by

no test coverage detected