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

Function collapsed

HTML/commandview/command.js:58–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56
57 // Collapsed
58 get collapsed() { return this._collapsed; },
59 set collapsed(collapsed) {
60 this._collapsed = collapsed;
61 this.updateElement();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected