MCPcopy
hub / github.com/NVIDIA/aistore / loadOverrideConfig

Function loadOverrideConfig

cmn/config.go:1810–1817  ·  view source on GitHub ↗
(configDir string)

Source from the content-addressed store, hash-verified

1808}
1809
1810func loadOverrideConfig(configDir string) (toUpdate *ConfigToUpdate, err error) {
1811 toUpdate = &ConfigToUpdate{}
1812 _, err = jsp.LoadMeta(path.Join(configDir, fname.OverrideConfig), toUpdate)
1813 if os.IsNotExist(err) {
1814 err = nil
1815 }
1816 return
1817}

Callers 1

handleOverrideConfigFunction · 0.85

Calls 2

LoadMetaFunction · 0.92
JoinMethod · 0.80

Tested by

no test coverage detected