MCPcopy Index your code
hub / github.com/xtermjs/xterm.js / formatRange

Function formatRange

src/common/input/TextDecoder.test.ts:272–274  ·  view source on GitHub ↗
(min: number, max: number)

Source from the content-addressed store, hash-verified

270});
271
272function formatRange(min: number, max: number): string {
273 return `${min}..${max} (0x${min.toString(16).toUpperCase()}..0x${max.toString(16).toUpperCase()})`;
274}

Callers 1

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected