MCPcopy Create free account
hub / github.com/dylibso/chicory / pop

Method pop

runtime/src/main/java/com/dylibso/chicory/runtime/MStack.java:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 public long pop() {
37 count--;
38 return elements[count];
39 }
40
41 public long peek() {
42 return elements[count - 1];

Callers 15

parseCodeSectionMethod · 0.45
buildMethod · 0.45
doControlTransferMethod · 0.45
callMethod · 0.45
evalMethod · 0.45
I32_GE_UMethod · 0.45
I64_GT_UMethod · 0.45
I32_GE_SMethod · 0.45
I64_GE_UMethod · 0.45
I64_GE_SMethod · 0.45
I32_LE_SMethod · 0.45

Calls

no outgoing calls

Tested by 1

buildMethod · 0.36