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

Function mixin

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

Source from the content-addressed store, hash-verified

4264 return at || (at = makeStack(0))
4265 }
4266 function mixin(s, o) {
4267 var keyCopier = function (i) {
4268 s.prototype[i] = o[i]
4269 }
4270 return (
4271 Object.keys(o).forEach(keyCopier),
4272 Object.getOwnPropertySymbols && Object.getOwnPropertySymbols(o).forEach(keyCopier),
4273 s
4274 )
4275 }
4276 ;((lt[ct] = !0),
4277 (lt.withMutations = $e.withMutations),
4278 (lt.asMutable = $e.asMutable),

Callers 1

Calls 2

forEachMethod · 0.45
keysMethod · 0.45

Tested by

no test coverage detected