Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ pop
Method
pop
bindings/java/src/test/com/apple/foundationdb/test/Stack.java:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
StackEntry pop() {
35
return
stack.pop();
36
}
37
38
void
swap(
int
index) {
39
if
(index >= stack.size())
Callers
6
swap
Method · 0.45
popParams
Method · 0.45
processInstruction
Method · 0.45
doLogStack
Method · 0.45
popAndWait
Method · 0.45
processInstruction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected