Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
272
function
formatRange(min: number, max: number): string {
273
return
`${min}..${max} (0x${min.toString(16).toUpperCase()}..0x${max.toString(16).toUpperCase()})`;
274
}
Callers
1
TextDecoder.test.ts
File · 0.85
Calls
1
toString
Method · 0.65
Tested by
no test coverage detected