MCPcopy Index your code
hub / github.com/docker/cli / getDictsFrom

Function getDictsFrom

cli/command/stack/loader.go:67–74  ·  view source on GitHub ↗
(configFiles []composetypes.ConfigFile)

Source from the content-addressed store, hash-verified

65}
66
67func getDictsFrom(configFiles []composetypes.ConfigFile) []map[string]any {
68 dicts := make([]map[string]any, 0, len(configFiles))
69 for _, configFile := range configFiles {
70 dicts = append(dicts, configFile.Config)
71 }
72
73 return dicts
74}
75
76func propertyWarnings(properties map[string]string) string {
77 msgs := make([]string, 0, len(properties))

Callers 1

loadComposeFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…