MCPcopy Index your code
hub / github.com/Doorman11991/smallcode / setStatus

Method setStatus

src/tui/fullscreen.js:715–718  ·  view source on GitHub ↗

Set a transient status message shown in the status bar. Pass '' to clear.

(msg)

Source from the content-addressed store, hash-verified

713
714 /** Set a transient status message shown in the status bar. Pass '' to clear. */
715 setStatus(msg) {
716 this.statusMsg = msg || '';
717 this.render();
718 }
719
720 // ─── Input Handling ──────────────────────────────────────────────────
721

Callers 2

chatCompletionFunction · 0.80
_stopSpinnerFunction · 0.80

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected