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

Struct stringField

jsonpb/json_test.go:1068–1071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066}
1067
1068type stringField struct {
1069 IsSet bool `protobuf:"varint,1,opt,name=isSet"`
1070 StringValue string `protobuf:"bytes,2,opt,name=stringValue"`
1071}
1072
1073func (s *stringField) Reset() {
1074}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected