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

Method Load

cmd/compose/up_test.go:47–49  ·  view source on GitHub ↗
(context.Context, string)

Source from the content-addressed store, hash-verified

45}
46
47func (l testRemoteLoader) Load(context.Context, string) (string, error) {
48 return l.localPath, nil
49}
50
51func (l testRemoteLoader) Dir(string) string {
52 return filepath.Dir(l.localPath)

Callers 1

getPresenterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected