MCPcopy Create free account
hub / github.com/segmentio/encoding / structType

Struct structType

proto/reflect.go:426–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426type structType struct {
427 name string
428 fields []Field
429 fieldsByName map[string]int
430 fieldsByNumber map[FieldNumber]int
431}
432
433func (t *structType) String() string {
434 s := strings.Builder{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected