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

Function contents

HTML/container.js:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11cc.prototype = {
12
13 get contents() {
14 return [].concat(this.collection);
15 },
16
17 // Pass-through length of array
18 get length() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected