MCPcopy Create free account
hub / github.com/compose-spec/compose-go / localResourceLoader

Struct localResourceLoader

loader/loader.go:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143type localResourceLoader struct {
144 WorkingDir string
145}
146
147func (l localResourceLoader) abs(p string) string {
148 if filepath.IsAbs(p) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected