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

Method getKey

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

Source from the content-addressed store, hash-verified

155 }
156
157 public Object getKey() throws IOException {
158 return parser.getString();
159 }
160
161 @SuppressWarnings("unchecked")
162 public void addKeyVal(Object map, Object key, Object val) throws IOException {

Callers 2

getObjectMethod · 0.95
parseMethod · 0.95

Calls 1

getStringMethod · 0.45

Tested by

no test coverage detected