Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ pop
Method
pop
src/jvm/clojure/lang/AMapEntry.java:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
public
IPersistentStack pop(){
55
return
LazilyPersistentVector.createOwning(key());
56
}
57
58
public
Object setValue(Object value){
59
throw
new
UnsupportedOperationException();
Callers
nothing calls this directly
Calls
2
createOwning
Method · 0.95
key
Method · 0.65
Tested by
no test coverage detected