Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google/gson
/ pop
Method
pop
src/main/java/com/google/gson/stream/JsonReader.java:653–655 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
651
}
652
653
private
JsonScope pop() {
654
return
stack.remove(stack.size() - 1);
655
}
656
657
private
void
push(JsonScope newTop) {
658
stack.add(newTop);
Callers
2
nextInArray
Method · 0.95
nextInObject
Method · 0.95
Calls
2
size
Method · 0.80
remove
Method · 0.45
Tested by
no test coverage detected