MCPcopy Index your code
hub / github.com/codeaashu/claude-code / _

Function _

src/server/web/public/terminal.js:2443–2445  ·  view source on GitHub ↗
(e3, t3)

Source from the content-addressed store, hash-verified

2441 return t3.length < 2 ? "0" + t3 : t3;
2442 }
2443 function _(e3, t3) {
2444 return e3 < t3 ? (t3 + 0.05) / (e3 + 0.05) : (e3 + 0.05) / (t3 + 0.05);
2445 }
2446 t2.NULL_COLOR = { css: "#00000000", rgba: 0 }, (function(e3) {
2447 e3.toCss = function(e4, t3, i3, s3) {
2448 return void 0 !== s3 ? `#${d(e4)}${d(t3)}${d(i3)}${d(s3)}` : `#${d(e4)}${d(t3)}${d(i3)}`;

Callers 4

t3Function · 0.85
a2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected