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

Method getChild

solr/core/src/java/org/apache/solr/core/PluginInfo.java:190–193  ·  view source on GitHub ↗
(String type)

Source from the content-addressed store, hash-verified

188 }
189
190 public PluginInfo getChild(String type) {
191 List<PluginInfo> l = getChildren(type);
192 return l.isEmpty() ? null : l.get(0);
193 }
194
195 @Override
196 @SuppressWarnings({"unchecked", "rawtypes"})

Callers 3

testChildMethod · 0.95
markBusyMethod · 0.45
lockMethod · 0.45

Calls 3

getChildrenMethod · 0.95
getMethod · 0.65
isEmptyMethod · 0.45

Tested by 1

testChildMethod · 0.76