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

Method getNull

solr/solrj/src/java/org/noggit/ObjectBuilder.java:148–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 }
147
148 public Object getNull() throws IOException {
149 parser.getNull();
150 return null;
151 }
152
153 public Object newObject() throws IOException {
154 return new LinkedHashMap<Object, Object>();

Callers 1

getValMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected