Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/gson
/ peekStack
Method
peekStack
src/main/java/com/google/gson/stream/JsonReader.java:649–651 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
647
}
648
649
private
JsonScope peekStack() {
650
return
stack.get(stack.size() - 1);
651
}
652
653
private
JsonScope pop() {
654
return
stack.remove(stack.size() - 1);
Callers
1
quickPeek
Method · 0.95
Calls
2
size
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected