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

Struct float32Converter

internal/impl/convert.go:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263func (c *uint64Converter) Zero() protoreflect.Value { return c.def }
264
265type float32Converter struct {
266 goType reflect.Type
267 def protoreflect.Value
268}
269
270func (c *float32Converter) PBValueOf(v reflect.Value) protoreflect.Value {
271 if v.Type() != c.goType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected