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

Function reify

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

Source from the content-addressed store, hash-verified

3628 )
3629 }
3630 function reify(s, o) {
3631 return isSeq(s) ? o : s.constructor(o)
3632 }
3633 function validateEntry(s) {
3634 if (s !== Object(s)) throw new TypeError('Expected [K, V] tuple: ' + s)
3635 }

Callers 2

groupByFactoryFunction · 0.85

Calls 2

isSeqFunction · 0.85
constructorMethod · 0.45

Tested by

no test coverage detected