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

Struct encodeGen

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

Source from the content-addressed store, hash-verified

16}
17
18type encodeGen struct {
19 passes
20 p printer
21 fuse []byte
22 ctx *Context
23}
24
25func (e *encodeGen) Method() Method { return Encode }
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected