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

Function interpolateConfig

cli/compose/loader/interpolate.go:74–76  ·  view source on GitHub ↗
(configDict map[string]any, opts interp.Options)

Source from the content-addressed store, hash-verified

72}
73
74func interpolateConfig(configDict map[string]any, opts interp.Options) (map[string]any, error) {
75 return interp.Interpolate(configDict, opts)
76}

Callers 1

LoadFunction · 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…