Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ isEscFinal
Function
isEscFinal
src/ink/termio/ansi.ts:73–75 ·
view source on GitHub ↗
(byte: number)
Source
from the content-addressed store, hash-verified
71
* ESC sequences have a wider final byte range than CSI
72
*/
73
export
function
isEscFinal(byte: number): boolean {
74
return
byte >= 0x30 && byte <= 0x7e
75
}
76
Callers
1
tokenize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected