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

Function contents

HTML/tokenfield/token.js:52–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51 // Text of contents
52 get contents() { return this._contents; },
53 set contents(contents) {
54 this._oldContents = this._contents;
55 this._contents = contents || '';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected