MCPcopy Create free account
hub / github.com/efficientgo/e2e / NewCommandWithoutEntrypoint

Function NewCommandWithoutEntrypoint

env.go:260–266  ·  view source on GitHub ↗
(cmd string, args ...string)

Source from the content-addressed store, hash-verified

258}
259
260func NewCommandWithoutEntrypoint(cmd string, args ...string) Command {
261 return Command{
262 Cmd: cmd,
263 Args: args,
264 EntrypointDisabled: true,
265 }
266}
267
268// NewCommandRunUntilStop is a command that allows to keep container running.
269func NewCommandRunUntilStop() Command {

Callers 4

wgetFlagsCmdFunction · 0.92
NewPrometheusFunction · 0.92
NewMinioFunction · 0.92
NewCommandRunUntilStopFunction · 0.85

Calls

no outgoing calls

Tested by 1

wgetFlagsCmdFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…