Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ pop
Method
pop
src/Stack.js:99–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
}
98
99
pop() {
100
return
this.slice(1);
101
}
102
103
clear() {
104
if
(this.size === 0) {
Callers
nothing calls this directly
Calls
1
slice
Method · 0.95
Tested by
no test coverage detected