()
| 381 | } |
| 382 | |
| 383 | func (x *GrpcLogEntry) GetPayloadTruncated() bool { |
| 384 | if x != nil { |
| 385 | return x.PayloadTruncated |
| 386 | } |
| 387 | return false |
| 388 | } |
| 389 | |
| 390 | func (x *GrpcLogEntry) GetPeer() *Address { |
| 391 | if x != nil { |
no outgoing calls
no test coverage detected