MCPcopy Create free account
hub / github.com/unconed/TermKit / length

Function length

HTML/container.js:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected