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

Method WaitReady

env.go:164–164  ·  view source on GitHub ↗

WaitReady waits until the Runnable is ready. It should return error if runnable is stopped in mean time or it was stopped before.

()

Source from the content-addressed store, hash-verified

162 // WaitReady waits until the Runnable is ready. It should return error if runnable is stopped in mean time or
163 // it was stopped before.
164 WaitReady() error
165
166 // Kill tells Runnable to get killed immediately.
167 // It should be ok to Stop and Kill more than once, with next invokes being noop.

Callers 2

StartAndWaitReadyFunction · 0.65
TestDockerEnvironmentFunction · 0.65

Implementers 2

errorerenv_docker.go
dockerRunnableenv_docker.go

Calls

no outgoing calls

Tested by 1

TestDockerEnvironmentFunction · 0.52