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

Function hasAnsi

src/replay/test/progress.ts:298–300  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

296}
297
298function hasAnsi(value: string): boolean {
299 return value.includes(ANSI_ESCAPE_PREFIX);
300}
301
302function sliceVisibleColumns(value: string, columns: number): string {
303 if (columns <= 0) return '';

Callers 1

trimToColumnsFunction · 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…