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

Function getTailOffset

frontend/public/swagger-ui-bundle.js:3043–3045  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

3041 return (u > s.size && (s = s.setSize(u)), mergeIntoCollectionWith(s, o, a))
3042 }
3043 function getTailOffset(s) {
3044 return s < x ? 0 : ((s - 1) >>> w) << w
3045 }
3046 function OrderedMap(s) {
3047 return null == s
3048 ? emptyOrderedMap()

Callers 4

iterateListFunction · 0.85
updateListFunction · 0.85
listNodeForFunction · 0.85
setListBoundsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected