Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ getColor
Method
getColor
src/server/web/public/terminal.js:185–187 ·
view source on GitHub ↗
(e3, t3)
Source
from the content-addressed store, hash-verified
183
this._color.set(e3, t3, i3);
184
}
185
getColor(e3, t3) {
186
return
this._color.get(e3, t3);
187
}
188
clear() {
189
this._color.clear(), this._css.clear();
190
}
Callers
2
_applyMinimumContrast
Method · 0.80
_getMinimumContrastColor
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
no test coverage detected