MCPcopy Index your code
hub / github.com/cortexproject/cortex / NewCommandWithoutEntrypoint

Function NewCommandWithoutEntrypoint

integration/e2e/service.go:410–416  ·  view source on GitHub ↗
(cmd string, args ...string)

Source from the content-addressed store, hash-verified

408}
409
410func NewCommandWithoutEntrypoint(cmd string, args ...string) *Command {
411 return &Command{
412 cmd: cmd,
413 args: args,
414 entrypointDisabled: true,
415 }
416}
417
418type ReadinessProbe interface {
419 Ready(service *ConcreteService) (err error)

Calls

no outgoing calls

Tested by

no test coverage detected