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

Struct boolConverter

internal/impl/convert.go:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145type boolConverter struct {
146 goType reflect.Type
147 def protoreflect.Value
148}
149
150func (c *boolConverter) PBValueOf(v reflect.Value) protoreflect.Value {
151 if v.Type() != c.goType {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected