()
| 16 | |
| 17 | // Pass-through length of array |
| 18 | get length() { |
| 19 | return this.collection.length; |
| 20 | }, |
| 21 | |
| 22 | // Add a new object at the given index (optional). |
| 23 | add: function (collection, index) { |
nothing calls this directly
no outgoing calls
no test coverage detected