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

Method Close

env_docker.go:714–720  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

712}
713
714func (e *DockerEnvironment) Close() {
715 for _, c := range e.closers {
716 c()
717 }
718 e.close()
719 e.closed = true
720}
721
722func (e *DockerEnvironment) exec(cmd string, args ...string) *exec.Cmd {
723 return e.execContext(context.Background(), cmd, args...)

Callers 1

NewFunction · 0.95

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected