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

Interface DecodePtr

msgp/iter.go:299–302  ·  view source on GitHub ↗

DecodePtr is a convenience type for decoding into a pointer.

Source from the content-addressed store, hash-verified

297
298// DecodePtr is a convenience type for decoding into a pointer.
299type DecodePtr[T any] interface {
300 *T
301 Decodable
302}
303
304// DecoderFrom allows augmenting any type with a DecodeMsg method into a method
305// that reads from Reader and returns a T.

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…