MCPcopy Create free account
hub / github.com/callstack/agent-device / isAnsiFinalByte

Function isAnsiFinalByte

src/replay/test/progress.ts:328–330  ·  view source on GitHub ↗
(code: number)

Source from the content-addressed store, hash-verified

326}
327
328function isAnsiFinalByte(code: number): boolean {
329 return code >= 0x40 && code <= 0x7e;
330}
331
332function replayTestProgressStepLines(event: ReplayTestResult): string[] {
333 if (event.status !== 'pass' && event.status !== 'fail') return [];

Callers 1

readAnsiEscapeAtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…