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

Function UnmarshalMessageSet

proto/deprecated.go:39–41  ·  view source on GitHub ↗

Deprecated: Do not use.

([]byte, interface{})

Source from the content-addressed store, hash-verified

37
38// Deprecated: Do not use.
39func UnmarshalMessageSet([]byte, interface{}) error {
40 return errors.New("proto: not implemented")
41}
42
43// Deprecated: Do not use.
44func MarshalMessageSetJSON(interface{}) ([]byte, error) {

Callers

nothing calls this directly

Calls 1

NewMethod · 0.45

Tested by

no test coverage detected