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

Function loadExtras

cli/compose/loader/loader.go:431–436  ·  view source on GitHub ↗
(name string, source map[string]any)

Source from the content-addressed store, hash-verified

429}
430
431func loadExtras(name string, source map[string]any) map[string]any {
432 if dict, ok := source[name].(map[string]any); ok {
433 return getExtras(dict)
434 }
435 return nil
436}
437
438func getExtras(dict map[string]any) map[string]any {
439 extras := map[string]any{}

Callers 4

LoadNetworksFunction · 0.85
LoadVolumesFunction · 0.85
LoadSecretsFunction · 0.85
LoadConfigObjsFunction · 0.85

Calls 1

getExtrasFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…