MCPcopy
hub / github.com/protocolbuffers/protobuf-go / messageConverter

Struct messageConverter

internal/impl/convert.go:413–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413type messageConverter struct {
414 goType reflect.Type
415}
416
417func newMessageConverter(goType reflect.Type) Converter {
418 return &messageConverter{goType}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected