MCPcopy 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
522func isDebugTermC0Control(b byte) bool {
523 return b < 0x20 || b == 0x7f
524}
525
526func consumeDebugTermText(data []byte, i int) (start, end int) {
527 start = i

Callers 1

consumeDebugTermTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected