MCPcopy
hub / github.com/golang/protobuf / MarshalMessageSet

Function MarshalMessageSet

proto/deprecated.go:34–36  ·  view source on GitHub ↗

Deprecated: Do not use.

(interface{})

Source from the content-addressed store, hash-verified

32
33// Deprecated: Do not use.
34func MarshalMessageSet(interface{}) ([]byte, error) {
35 return nil, errors.New("proto: not implemented")
36}
37
38// Deprecated: Do not use.
39func UnmarshalMessageSet([]byte, interface{}) error {

Callers

nothing calls this directly

Calls 1

NewMethod · 0.45

Tested by

no test coverage detected