Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ isStack
Function
isStack
frontend/public/swagger-ui-bundle.js:4132–4134 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
4130
return
null == s ? emptyStack() : isStack(s) ? s : emptyStack().unshiftAll(s)
4131
}
4132
function
isStack(s) {
4133
return
!(!s || !s[ct])
4134
}
4135
;((it[u] = !0),
4136
(it.__empty = emptyOrderedSet),
4137
(it.__make = makeOrderedSet),
Callers
1
Stack
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected