Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
func
(l testRemoteLoader) Load(context.Context, string) (string, error) {
48
return
l.localPath, nil
49
}
50
51
func
(l testRemoteLoader) Dir(string) string {
52
return
filepath.Dir(l.localPath)
Callers
1
getPresenter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected