MCPcopy
hub / github.com/keploy/keploy / IsDockerCmd

Function IsDockerCmd

utils/utils.go:1307–1309  ·  view source on GitHub ↗
(kind CmdType)

Source from the content-addressed store, hash-verified

1305}
1306
1307func IsDockerCmd(kind CmdType) bool {
1308 return (kind == DockerRun || kind == DockerStart || kind == DockerCompose)
1309}
1310
1311// PermissionError holds information about files/directories with permission issues
1312type PermissionError struct {

Callers 8

SetupMethod · 0.92
recentAppLogsMethod · 0.92
logTargetContainerMethod · 0.92
runMethod · 0.92
SetupMethod · 0.92
ValidateFlagsMethod · 0.92
GetCommonServicesFunction · 0.92
ShouldReexecWithSudoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected