MCPcopy 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
165func formatDebugTermHex(data []byte) string {
166 return hex.Dump(data)
167}
168
169func parseCursorForwardN(seq []byte) (int, bool) {
170 if len(seq) < 3 || seq[len(seq)-1] != 'C' {

Callers 2

TestFormatDebugTermHexFunction · 0.85
debugTermRunFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestFormatDebugTermHexFunction · 0.68