MCPcopy 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
2420func (c customLoader) Dir(s string) string {
2421 return filepath.Dir(c.path(s))
2422}
2423
2424func TestLoadWithRemoteResources(t *testing.T) {
2425 config := buildConfigDetails(`

Callers

nothing calls this directly

Calls 2

pathMethod · 0.95
DirMethod · 0.65

Tested by

no test coverage detected