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

Function resolveIndex

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

Source from the content-addressed store, hash-verified

1529 return resolveIndex(s, o, o)
1530 }
1531 function resolveIndex(s, o, i) {
1532 return void 0 === s
1533 ? i
1534 : s < 0
1535 ? Math.max(0, o + s)
1536 : void 0 === o
1537 ? s
1538 : Math.min(o, s)
1539 }
1540 var $ = 0,
1541 U = 1,
1542 V = 2,

Callers 2

resolveBeginFunction · 0.85
resolveEndFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected