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

Function d

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

Source from the content-addressed store, hash-verified

2437 let i2 = 0, s2 = 0, r = 0, n = 0;
2438 var o, a, h, c, l;
2439 function d(e3) {
2440 const t3 = e3.toString(16);
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 }

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected