MCPcopy Create free account
hub / github.com/weaveworks/scope / GetCmd

Method GetCmd

cri/runtime/api.pb.go:2489–2494  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2487}
2488
2489func (m *ExecSyncRequest) GetCmd() []string {
2490 if m != nil {
2491 return m.Cmd
2492 }
2493 return nil
2494}
2495
2496func (m *ExecSyncRequest) GetTimeout() int64 {
2497 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected