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

Method Zero

ptypes/any.go:178–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176 return dynamicAny{t.MessageType.New()}
177}
178func (t dynamicAnyType) Zero() protoreflect.Message {
179 return dynamicAny{t.MessageType.Zero()}
180}

Callers 3

newPropertiesFunction · 0.80
messageGoTypeFunction · 0.80
TestAnyReflectFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestAnyReflectFunction · 0.64