(f *wrapperspb.FloatValue)
| 2112 | } |
| 2113 | |
| 2114 | func protoFloat(f *wrapperspb.FloatValue) *float32 { |
| 2115 | if f == nil { |
| 2116 | return nil |
| 2117 | } |
| 2118 | return &f.Value |
| 2119 | } |
| 2120 | |
| 2121 | func protoDurationNil(d *durationpb.Duration) *time.Duration { |
| 2122 | if d == nil { |
no outgoing calls
no test coverage detected