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

Method Ready

env.go:381–383  ·  view source on GitHub ↗
(runnable Runnable)

Source from the content-addressed store, hash-verified

379}
380
381func (p *CmdReadinessProbe) Ready(runnable Runnable) error {
382 return runnable.Exec(p.cmd)
383}

Callers

nothing calls this directly

Calls 1

ExecMethod · 0.65

Tested by

no test coverage detected