MCPcopy Create free account
hub / github.com/docker/compose / Dir

Method Dir

cmd/compose/up_test.go:51–53  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

49}
50
51func (l testRemoteLoader) Dir(string) string {
52 return filepath.Dir(l.localPath)
53}
54
55var _ loader.ResourceLoader = testRemoteLoader{}
56

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected