MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / valueFromConfig2

Function valueFromConfig2

out/cli.cjs:73272–73276  ·  view source on GitHub ↗
(a4, b7)

Source from the content-addressed store, hash-verified

73270 }
73271 function mergeDeepProperties(a4, b7, prop, caseless) {
73272 if (!utils_default.isUndefined(b7)) {
73273 return getMergedValue(a4, b7, prop, caseless);
73274 } else if (!utils_default.isUndefined(a4)) {
73275 return getMergedValue(void 0, a4, prop, caseless);
73276 }
73277 }
73278 function valueFromConfig2(a4, b7) {
73279 if (!utils_default.isUndefined(b7)) {

Callers

nothing calls this directly

Calls 1

getMergedValueFunction · 0.85

Tested by

no test coverage detected