Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ findItem
Method
findItem
kdevplatform/util/embeddedfreetree.h:855–859 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
853
}
854
855
int findItem(const Data& data, uint start, uint end)
856
{
857
EmbeddedTreeAlgorithms<Data, ItemHandler> alg(m_items, m_itemCount, *m_centralFreeItem);
858
return alg.indexOf(data, start, end);
859
}
860
861
void apply()
862
{
Callers
nothing calls this directly
Calls
1
indexOf
Method · 0.45
Tested by
no test coverage detected