MCPcopy Index your code
hub / github.com/immutable-js/immutable-js / emptyStack

Function emptyStack

src/Stack.js:225–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223
224let EMPTY_STACK;
225function emptyStack() {
226 return EMPTY_STACK || (EMPTY_STACK = makeStack(0));
227}

Callers 3

constructorMethod · 0.85
clearMethod · 0.85
__ensureOwnerMethod · 0.85

Calls 1

makeStackFunction · 0.85

Tested by

no test coverage detected