Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ isDebugTermC0Control
Function
isDebugTermC0Control
cmd/wsh/cmd/wshcmd-debugterm.go:522–524 ·
view source on GitHub ↗
(b byte)
Source
from the content-addressed store, hash-verified
520
}
521
522
func
isDebugTermC0Control(b byte) bool {
523
return
b < 0x20 || b == 0x7f
524
}
525
526
func
consumeDebugTermText(data []byte, i int) (start, end int) {
527
start = i
Callers
1
consumeDebugTermText
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected