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

Struct float64Converter

internal/impl/convert.go:289–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287func (c *float32Converter) Zero() protoreflect.Value { return c.def }
288
289type float64Converter struct {
290 goType reflect.Type
291 def protoreflect.Value
292}
293
294func (c *float64Converter) PBValueOf(v reflect.Value) protoreflect.Value {
295 if v.Type() != c.goType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected