Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/acsoto/BUAA-Compiler
/ push
Method
push
src/CodeGeneration/PCodeExecutor.java:45–47 ·
view source on GitHub ↗
(int i)
Source
from the content-addressed store, hash-verified
43
}
44
45
private
void
push(
int
i) {
46
stack.add(i);
47
}
48
49
private
int
pop() {
50
return
stack.remove(stack.size() - 1);
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected