Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/compose-spec/compose-go
/ Dir
Method
Dir
loader/loader_test.go:2420–2422 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
2418
}
2419
2420
func
(c customLoader) Dir(s string) string {
2421
return
filepath.Dir(c.path(s))
2422
}
2423
2424
func
TestLoadWithRemoteResources(t *testing.T) {
2425
config := buildConfigDetails(`
Callers
nothing calls this directly
Calls
2
path
Method · 0.95
Dir
Method · 0.65
Tested by
no test coverage detected