()
| 54 | func (x *Proto2) ProtoMessage() {} |
| 55 | func (x *Proto2) Reset() { *x = Proto2{} } |
| 56 | func (x *Proto2) String() string { return prototext.Format(protoimpl.X.ProtoMessageV2Of(x)) } |
| 57 | func (x *Proto2) XXX_OneofWrappers() []any { |
| 58 | return []any{ |
| 59 | (*Proto2_OneofBool)(nil), |
nothing calls this directly
no test coverage detected