Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
224
let
EMPTY_STACK;
225
function
emptyStack() {
226
return
EMPTY_STACK || (EMPTY_STACK = makeStack(0));
227
}
Callers
3
constructor
Method · 0.85
clear
Method · 0.85
__ensureOwner
Method · 0.85
Calls
1
makeStack
Function · 0.85
Tested by
no test coverage detected