Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/compose-spec/compose-go
/ customLoader
Struct
customLoader
loader/loader_test.go:2399–2401 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2397
}
2398
2399
type
customLoader
struct
{
2400
prefix string
2401
}
2402
2403
func
(c customLoader) Accept(s string) bool {
2404
return
strings.HasPrefix(s, c.prefix+
":"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected