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

Method Dir

env_docker.go:359–361  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

357}
358
359func (d *dockerRunnable) Dir() string {
360 return filepath.Join(d.env.dir, "data", d.Name())
361}
362
363func (d *dockerRunnable) InternalDir() string {
364 return d.Dir()

Callers 2

RunnableMethod · 0.95
InternalDirMethod · 0.95

Calls 1

NameMethod · 0.95

Tested by

no test coverage detected