MCPcopy
hub / github.com/protocolbuffers/protobuf-go / Reset

Method Reset

internal/impl/api_export.go:89–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87type legacyMessageWrapper struct{ m protoreflect.ProtoMessage }
88
89func (m legacyMessageWrapper) Reset() { proto.Reset(m.m) }
90func (m legacyMessageWrapper) String() string { return Export{}.MessageStringOf(m.m) }
91func (m legacyMessageWrapper) ProtoMessage() {}
92

Callers

nothing calls this directly

Calls 1

ResetFunction · 0.92

Tested by

no test coverage detected