()
| 2487 | } |
| 2488 | |
| 2489 | func (m *ExecSyncRequest) GetCmd() []string { |
| 2490 | if m != nil { |
| 2491 | return m.Cmd |
| 2492 | } |
| 2493 | return nil |
| 2494 | } |
| 2495 | |
| 2496 | func (m *ExecSyncRequest) GetTimeout() int64 { |
| 2497 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected