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

Function makeList

frontend/public/swagger-ui-bundle.js:2916–2930  ·  view source on GitHub ↗
(s, o, i, a, u, _, w)

Source from the content-addressed store, hash-verified

2914 }
2915 }
2916 function makeList(s, o, i, a, u, _, w) {
2917 var x = Object.create(Ye)
2918 return (
2919 (x.size = o - s),
2920 (x._origin = s),
2921 (x._capacity = o),
2922 (x._level = i),
2923 (x._root = a),
2924 (x._tail = u),
2925 (x.__ownerID = _),
2926 (x.__hash = w),
2927 (x.__altered = !1),
2928 x
2929 )
2930 }
2931 function emptyList() {
2932 return Xe || (Xe = makeList(0, 0, w))
2933 }

Callers 5

ListFunction · 0.85
emptyListFunction · 0.85
updateListFunction · 0.85
setListBoundsFunction · 0.85

Calls 1

createMethod · 0.65

Tested by

no test coverage detected