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

Function getIn

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

Source from the content-addressed store, hash-verified

35731 ? s[o]
35732 : i
35733 }
35734 function getIn(s, o, i) {
35735 for (var a = 0; a !== o.length; )
35736 if ((s = react_immutable_pure_component_es_get(s, o[a++], Yn)) === Yn) return i
35737 return s
35738 }
35739 function check(s) {
35740 var o = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {},

Callers 1

checkFunction · 0.85

Tested by

no test coverage detected