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

Function contents

HTML/tokenfield/tokenfield.js:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39 // Return contents as array of tokens.
40 get contents() {
41 return this.tokenList.contents;
42 },
43
44 focus: function () {
45 // Clean-up edit state, apply lingering edits.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected