MCPcopy 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

_applyMinimumContrastMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected