MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / mergeDeepProperties

Function mergeDeepProperties

out/cli.cjs:73265–73271  ·  view source on GitHub ↗
(a4, b7, prop, caseless)

Source from the content-addressed store, hash-verified

73263 return utils_default.merge.call({ caseless }, target, source);
73264 } else if (utils_default.isPlainObject(source)) {
73265 return utils_default.merge({}, source);
73266 } else if (utils_default.isArray(source)) {
73267 return source.slice();
73268 }
73269 return source;
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)) {

Callers 1

mergeConfigFunction · 0.85

Calls 1

getMergedValueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…