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

Interface MarshalSizer

msgp/file_port.go:13–16  ·  view source on GitHub ↗

MarshalSizer is the combination of the Marshaler and Sizer interfaces.

Source from the content-addressed store, hash-verified

11// of the Marshaler and Sizer
12// interfaces.
13type MarshalSizer interface {
14 Marshaler
15 Sizer
16}
17
18func ReadFile(dst Unmarshaler, file *os.File) error {
19 if u, ok := dst.(Decodable); ok {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…