Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testChild
Method · 0.95
markBusy
Method · 0.45
lock
Method · 0.45
Calls
3
getChildren
Method · 0.95
get
Method · 0.65
isEmpty
Method · 0.45
Tested by
1
testChild
Method · 0.76