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

Struct int64Converter

internal/impl/convert.go:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191func (c *int32Converter) Zero() protoreflect.Value { return c.def }
192
193type int64Converter struct {
194 goType reflect.Type
195 def protoreflect.Value
196}
197
198func (c *int64Converter) PBValueOf(v reflect.Value) protoreflect.Value {
199 if v.Type() != c.goType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected