Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/efficientgo/e2e
/ register
Method
register
env_docker.go:235–237 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
233
}
234
235
func
(e *DockerEnvironment) register(name string) {
236
e.registered[name] =
struct
{}{}
237
}
238
239
func
(e *DockerEnvironment) registerStarted(r Runnable) error {
240
e.started = append(e.started, r)
Callers
1
Runnable
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected