MCPcopy
hub / github.com/tinylib/msgp / decodeGen

Struct decodeGen

gen/decode.go:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type decodeGen struct {
19 passes
20 p printer
21 hasfield bool
22 ctx *Context
23}
24
25func (d *decodeGen) Method() Method { return Decode }
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected