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

Method Resolve

jsonpb/json.go:26–26  ·  view source on GitHub ↗
(typeURL string)

Source from the content-addressed store, hash-verified

24// and resolves it into an instance of the associated message.
25type AnyResolver interface {
26 Resolve(typeURL string) (proto.Message, error)
27}
28
29type anyResolver struct{ AnyResolver }

Callers 3

marshalAnyMethod · 0.65
unmarshalMessageMethod · 0.65
FindMessageByURLMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected