MCPcopy
hub / github.com/spf13/viper / override

Function override

overrides_test.go:81–83  ·  view source on GitHub ↗
(assert *assert.Assertions, firstPath string, firstValue any, secondPath string, secondValue any)

Source from the content-addressed store, hash-verified

79}
80
81func override(assert *assert.Assertions, firstPath string, firstValue any, secondPath string, secondValue any) *Viper {
82 return overrideFromLayer(overrideLayer, assert, firstPath, firstValue, secondPath, secondValue)
83}
84
85// overrideFromLayer performs the sequential override and low-level checks.
86//

Callers 1

TestNestedOverridesFunction · 0.85

Calls 1

overrideFromLayerFunction · 0.85

Tested by

no test coverage detected