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

Function defaultToConfig2

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

Source from the content-addressed store, hash-verified

73275 return getMergedValue(void 0, a4, prop, caseless);
73276 }
73277 }
73278 function valueFromConfig2(a4, b7) {
73279 if (!utils_default.isUndefined(b7)) {
73280 return getMergedValue(void 0, b7);
73281 }
73282 }
73283 function defaultToConfig2(a4, b7) {
73284 if (!utils_default.isUndefined(b7)) {
73285 return getMergedValue(void 0, b7);
73286 } else if (!utils_default.isUndefined(a4)) {

Callers

nothing calls this directly

Calls 1

getMergedValueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…