(a4, b7)
| 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)) { |
nothing calls this directly
no test coverage detected