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

Method Unmarshal

proto/deprecated.go:111–113  ·  view source on GitHub ↗

Deprecated: Do not use; this method existed for intenal-use only.

(m Message, b []byte)

Source from the content-addressed store, hash-verified

109
110// Deprecated: Do not use; this method existed for intenal-use only.
111func (*InternalMessageInfo) Unmarshal(m Message, b []byte) error {
112 return protoV2.UnmarshalOptions{Merge: true}.Unmarshal(b, MessageV2(m))
113}

Callers

nothing calls this directly

Calls 2

MessageV2Function · 0.85
UnmarshalMethod · 0.65

Tested by

no test coverage detected