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

Function mapPairs

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

Source from the content-addressed store, hash-verified

39671 var a = o.concat([s])
39672 return _includes(i, a) ? '<Circular>' : _toString_toString(i, a)
39673 },
39674 mapPairs = function (s, o) {
39675 return _map(function (o) {
39676 return _quote(o) + ': ' + i(s[o])
39677 }, o.slice().sort())
39678 }
39679 switch (Object.prototype.toString.call(s)) {
39680 case '[object Arguments]':

Callers 1

_toString_toStringFunction · 0.85

Calls 3

_mapFunction · 0.85
_quoteFunction · 0.85
iFunction · 0.70

Tested by

no test coverage detected