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

Function deepMerger

frontend/public/swagger-ui-bundle.js:2439–2441  ·  view source on GitHub ↗
(s, o, i)

Source from the content-addressed store, hash-verified

2437 return mergeIntoCollectionWith(s, o, a)
2438 }
2439 function deepMerger(s, o, i) {
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)

Callers

nothing calls this directly

Calls 2

isIterableFunction · 0.85
isFunction · 0.70

Tested by

no test coverage detected