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

Method Stop

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

Stop tells Runnable to get gracefully stopped. It should be ok to Stop and Kill more than once, with next invokes being noop.

()

Source from the content-addressed store, hash-verified

170 // Stop tells Runnable to get gracefully stopped.
171 // It should be ok to Stop and Kill more than once, with next invokes being noop.
172 Stop() error
173
174 // Exec runs the provided command inside the same process context (e.g. in the running docker container).
175 // It returns error response from attempting to run the command.

Callers 2

TestDockerEnvironmentFunction · 0.65
TestExampleFunction · 0.65

Implementers 2

errorerenv_docker.go
dockerRunnableenv_docker.go

Calls

no outgoing calls

Tested by 2

TestDockerEnvironmentFunction · 0.52
TestExampleFunction · 0.52