MCPcopy Index your code
hub / github.com/dropbox/godropbox / String

Method String

proto/mysql/binlog.pb.go:533–535  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

531 return p
532}
533func (x FieldType_Type) String() string {
534 return proto.EnumName(FieldType_Type_name, int32(x))
535}
536func (x *FieldType_Type) UnmarshalJSON(data []byte) error {
537 value, err := proto.UnmarshalJSONEnum(FieldType_Type_value, data, "FieldType_Type")
538 if err != nil {

Callers 1

parseTypeAndLengthFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected