Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ setOrReportFgColor
Method
setOrReportFgColor
src/server/web/public/terminal.js:3389–3391 ·
view source on GitHub ↗
(e3)
Source
from the content-addressed store, hash-verified
3387
return
true;
3388
}
3389
setOrReportFgColor(e3) {
3390
return
this._setOrReportSpecialColor(e3, 0);
3391
}
3392
setOrReportBgColor(e3) {
3393
return
this._setOrReportSpecialColor(e3, 1);
3394
}
Callers
1
constructor
Method · 0.95
Calls
1
_setOrReportSpecialColor
Method · 0.95
Tested by
no test coverage detected