()
| 467 | |
| 468 | func (m *Widget) Reset() { *m = Widget{} } |
| 469 | func (m *Widget) String() string { return proto.CompactTextString(m) } |
| 470 | func (*Widget) ProtoMessage() {} |
| 471 | func (*Widget) Descriptor() ([]byte, []int) { |
| 472 | return fileDescriptor_50cab1d8463dea41, []int{3} |
nothing calls this directly
no test coverage detected