()
| 1590 | } |
| 1591 | |
| 1592 | func (x *IpcRequest) GetReload() *ReloadRequest { |
| 1593 | if x != nil { |
| 1594 | if x, ok := x.Request.(*IpcRequest_Reload); ok { |
| 1595 | return x.Reload |
| 1596 | } |
| 1597 | } |
| 1598 | return nil |
| 1599 | } |
| 1600 | |
| 1601 | func (x *IpcRequest) GetTrace() *TraceRequest { |
| 1602 | if x != nil { |
no outgoing calls