MCPcopy Create free account
hub / github.com/dataease/SQLBot / mergeMappings

Function mergeMappings

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

Source from the content-addressed store, hash-verified

33132 s.result += x
33133 }
33134 }
33135 function mergeMappings(s, o, i, a) {
33136 var u, _, w, x
33137 for (
33138 er.isObject(i) ||
33139 throwError(s, 'cannot merge mappings; the provided source object is unacceptable'),
33140 w = 0,
33141 x = (u = Object.keys(i)).length;
33142 w < x;
33143 w += 1
33144 )
33145 ((_ = u[w]), Rr.call(o, _) || (setProperty(o, _, i[_]), (a[_] = !0)))
33146 }
33147 function storeMappingPair(s, o, i, a, u, _, w, x, C) {
33148 var j, L

Callers 1

storeMappingPairFunction · 0.85

Calls 4

throwErrorFunction · 0.85
setPropertyFunction · 0.85
isObjectMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected