MCPcopy
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

quickPeekMethod · 0.95

Calls 2

sizeMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected