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

Method Name

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

Name returns unique name for the Runnable instance.

()

Source from the content-addressed store, hash-verified

114type Linkable interface {
115 // Name returns unique name for the Runnable instance.
116 Name() string
117
118 // Dir returns the working directory path that is shared with the host and this runnable. The paths are exactly
119 // the same for runnable and host to enable symbolic links (as long as those don't link to paths outside of Dir or not

Callers 15

generateNameFunction · 0.65
registerStoppedMethod · 0.65
closeMethod · 0.65
ContainerizeFunction · 0.65
TestDockerEnvironmentFunction · 0.65
OnRunnableChangeMethod · 0.65
AsProfiledFunction · 0.65
ProfileTargetsMethod · 0.65
AsInstrumentedFunction · 0.65
MetricsMethod · 0.65
SumMetricsMethod · 0.65
WaitRemovedMetricMethod · 0.65

Implementers 2

errorerenv_docker.go
dockerRunnableenv_docker.go

Calls

no outgoing calls

Tested by 1

TestDockerEnvironmentFunction · 0.52