Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ ref
Function
ref
kdevplatform/serialization/indexedstring.cpp:205–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
Summand m_summand;
204
};
205
inline void ref(unsigned index)
206
{
207
ReferenceCountChanger::increase(index).editRepo();
208
}
209
inline void deref(unsigned index)
210
{
211
ReferenceCountChanger::decrease(index).editRepo();
Callers
5
IndexedString
Method · 0.85
indexedstring.cpp
File · 0.85
swap
Function · 0.85
TEST
Function · 0.85
toReferences
Function · 0.85
Calls
1
editRepo
Method · 0.80
Tested by
1
TEST
Function · 0.68