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

Function makeStack

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

Source from the content-addressed store, hash-verified

4250 ct = '@@__IMMUTABLE_STACK__@@',
4251 lt = Stack.prototype
4252 function makeStack(s, o, i, a) {
4253 var u = Object.create(lt)
4254 return (
4255 (u.size = s),
4256 (u._head = o),
4257 (u.__ownerID = i),
4258 (u.__hash = a),
4259 (u.__altered = !1),
4260 u
4261 )
4262 }
4263 function emptyStack() {
4264 return at || (at = makeStack(0))
4265 }

Callers 2

emptyStackFunction · 0.85

Calls 1

createMethod · 0.65

Tested by

no test coverage detected