MCPcopy Index your code
hub / github.com/dataease/SQLBot / deepMergerWith

Function deepMergerWith

frontend/public/swagger-ui-bundle.js:2442–2448  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

2440 return s && s.mergeDeep && isIterable(o) ? s.mergeDeep(o) : is(s, o) ? s : o
2441 }
2442 function deepMergerWith(s) {
2443 return function (o, i, a) {
2444 if (o && o.mergeDeepWith && isIterable(i)) return o.mergeDeepWith(s, i)
2445 var u = s(o, i, a)
2446 return is(o, u) ? o : u
2447 }
2448 }
2449 function mergeIntoCollectionWith(s, o, i) {
2450 return 0 ===
2451 (i = i.filter(function (s) {

Callers 1

Calls 3

isIterableFunction · 0.85
isFunction · 0.70
sFunction · 0.50

Tested by

no test coverage detected