MCPcopy Create free account
hub / github.com/apache/solr / pop

Method pop

solr/solrj/src/java/org/noggit/JSONParser.java:224–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222
223 // pop parser state (use at end of container)
224 private final void pop() {
225 if (--ptr < 0) {
226 throw err("Unbalanced container");
227 } else {
228 state = stack[ptr];
229 }
230 }
231
232 protected void fill() throws IOException {
233 if (in != null) {

Callers 4

nextMethod · 0.95
nextEventMethod · 0.95
matchesMethod · 0.45
readMethod · 0.45

Calls 1

errMethod · 0.95

Tested by

no test coverage detected