()
| 1420 | } |
| 1421 | |
| 1422 | func (x *StartRequest) GetTunnelFileDescriptor() int32 { |
| 1423 | if x != nil { |
| 1424 | return x.TunnelFileDescriptor |
| 1425 | } |
| 1426 | return 0 |
| 1427 | } |
| 1428 | |
| 1429 | func (x *StartRequest) GetCoderUrl() string { |
| 1430 | if x != nil { |
no outgoing calls
no test coverage detected