Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/travisjeffery/jocko
/ ByteDecoder
Struct
ByteDecoder
protocol/decoder.go:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
type
ByteDecoder
struct
{
46
b []byte
47
off int
48
stack []PushDecoder
49
}
50
51
func
(d *ByteDecoder) Offset() int {
52
return
d.off
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected