Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/wavetermdev/waveterm
/ formatDebugTermHex
Function
formatDebugTermHex
cmd/wsh/cmd/wshcmd-debugterm.go:165–167 ·
view source on GitHub ↗
(data []byte)
Source
from the content-addressed store, hash-verified
163
}
164
165
func
formatDebugTermHex(data []byte) string {
166
return
hex.Dump(data)
167
}
168
169
func
parseCursorForwardN(seq []byte) (int, bool) {
170
if
len(seq) < 3 || seq[len(seq)-1] !=
'C'
{
Callers
2
TestFormatDebugTermHex
Function · 0.85
debugTermRun
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestFormatDebugTermHex
Function · 0.68