MCPcopy 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

swapMethod · 0.45
popParamsMethod · 0.45
processInstructionMethod · 0.45
doLogStackMethod · 0.45
popAndWaitMethod · 0.45
processInstructionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected