| 1066 | } |
| 1067 | |
| 1068 | type stringField struct { |
| 1069 | IsSet bool `protobuf:"varint,1,opt,name=isSet"` |
| 1070 | StringValue string `protobuf:"bytes,2,opt,name=stringValue"` |
| 1071 | } |
| 1072 | |
| 1073 | func (s *stringField) Reset() { |
| 1074 | } |
nothing calls this directly
no outgoing calls
no test coverage detected