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

Method AddCloser

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

AddCloser registers function to be invoked on close, before all containers are sent kill signal.

(func())

Source from the content-addressed store, hash-verified

78 AddListener(listener EnvironmentListener)
79 // AddCloser registers function to be invoked on close, before all containers are sent kill signal.
80 AddCloser(func())
81 // Close shutdowns isolated environment and cleans its resources.
82 Close()
83}

Callers 2

StartFunction · 0.65
StartFunction · 0.65

Implementers 1

DockerEnvironmentenv_docker.go

Calls

no outgoing calls

Tested by

no test coverage detected