MCPcopy Create free account
hub / github.com/codeaashu/claude-code / restoreFgColor

Method restoreFgColor

src/server/web/public/terminal.js:3407–3409  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

3405 return t3.length && this._onColor.fire(t3), true;
3406 }
3407 restoreFgColor(e3) {
3408 return this._onColor.fire([{ type: 2, index: 256 }]), true;
3409 }
3410 restoreBgColor(e3) {
3411 return this._onColor.fire([{ type: 2, index: 257 }]), true;
3412 }

Callers 1

constructorMethod · 0.95

Calls 1

fireMethod · 0.80

Tested by

no test coverage detected