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

Function Stack

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

Source from the content-addressed store, hash-verified

4127 return ot || (ot = makeOrderedSet(emptyOrderedMap()))
4128 }
4129 function Stack(s) {
4130 return null == s ? emptyStack() : isStack(s) ? s : emptyStack().unshiftAll(s)
4131 }
4132 function isStack(s) {
4133 return !(!s || !s[ct])
4134 }

Callers 1

Calls 2

emptyStackFunction · 0.85
isStackFunction · 0.85

Tested by

no test coverage detected