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

Struct nonptrMessage

proto/proto_test.go:2454–2454  ·  view source on GitHub ↗

non-pointer custom message

Source from the content-addressed store, hash-verified

2452
2453// non-pointer custom message
2454type nonptrMessage struct{}
2455
2456func (m nonptrMessage) ProtoMessage() {}
2457func (m nonptrMessage) Reset() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected