Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ pop
Method
pop
src/jvm/clojure/asm/commons/GeneratorAdapter.java:636–638 ·
view source on GitHub ↗
Generates a POP instruction.
()
Source
from the content-addressed store, hash-verified
634
635
/** Generates a POP instruction. */
636
public
void
pop() {
637
mv.visitInsn(Opcodes.POP);
638
}
639
640
/** Generates a POP2 instruction. */
641
public
void
pop2() {
Callers
3
compile
Method · 0.95
swap
Method · 0.95
box
Method · 0.95
Calls
1
visitInsn
Method · 0.45
Tested by
no test coverage detected