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

Method getBoolean

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

Source from the content-addressed store, hash-verified

142 }
143
144 public Object getBoolean() throws IOException {
145 return parser.getBoolean();
146 }
147
148 public Object getNull() throws IOException {
149 parser.getNull();

Callers 1

getValMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected