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

Function iterateNodeOrLeaf

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

Source from the content-addressed store, hash-verified

2876 _ = s._tail
2877 return iterateNodeOrLeaf(s._root, s._level, 0)
2878 function iterateNodeOrLeaf(s, o, i) {
2879 return 0 === o ? iterateLeaf(s, i) : iterateNode(s, o, i)
2880 }
2881 function iterateLeaf(s, w) {
2882 var C = w === u ? _ && _.array : s && s.array,
2883 j = w > i ? 0 : i - w,

Callers 2

iterateListFunction · 0.85
iterateNodeFunction · 0.85

Calls 2

iterateLeafFunction · 0.85
iterateNodeFunction · 0.85

Tested by

no test coverage detected