Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseCodeSection
Method · 0.45
validateConstantExpression
Method · 0.45
build
Method · 0.45
doControlTransfer
Method · 0.45
call
Method · 0.45
eval
Method · 0.45
I32_GE_U
Method · 0.45
I64_GT_U
Method · 0.45
I32_GE_S
Method · 0.45
I64_GE_U
Method · 0.45
I64_GE_S
Method · 0.45
I32_LE_S
Method · 0.45
Calls
no outgoing calls
Tested by
1
build
Method · 0.36