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

Method getNull

solr/solrj/src/java/org/noggit/JSONParser.java:1257–1259  ·  view source on GitHub ↗

Reads a null value

()

Source from the content-addressed store, hash-verified

1255
1256 /** Reads a null value */
1257 public void getNull() throws IOException {
1258 goTo(NULL);
1259 }
1260
1261 /**
1262 * @return the current nesting level, the number of parent objects or arrays.

Callers 3

parseFieldValueMethod · 0.45
parseMethod · 0.45
parseSingleFieldValueMethod · 0.45

Calls 1

goToMethod · 0.95

Tested by 1

parseMethod · 0.36