MCPcopy Create free account
hub / github.com/docker/cli / transformMappingOrListFunc

Function transformMappingOrListFunc

cli/compose/loader/loader.go:850–854  ·  view source on GitHub ↗
(sep string, allowNil bool)

Source from the content-addressed store, hash-verified

848}
849
850func transformMappingOrListFunc(sep string, allowNil bool) TransformerFunc {
851 return func(data any) (any, error) {
852 return transformMappingOrList(data, sep, allowNil), nil
853 }
854}
855
856func transformMappingOrList(mappingOrList any, sep string, allowNil bool) any {
857 switch values := mappingOrList.(type) {

Callers 1

createTransformHookFunction · 0.85

Calls 1

transformMappingOrListFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…