Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolanor/rip
/ decoder
Struct
decoder
encoding/protobuf/decoder.go:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
)
9
10
type
decoder
struct
{
11
reader io.Reader
12
}
13
14
func
newDecoder(r io.Reader) *decoder {
15
return
&decoder{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected