Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ append
Method
append
kdevplatform/serialization/indexedstring.h:224–227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
{
223
}
224
inline void append(const char c)
225
{
226
hash = ((hash << 5) + hash) + c; /* hash * 33 + c */
227
}
228
inline void clear()
229
{
230
hash = HashInitialValue;
Callers
15
hash
Method · 0.45
hashString
Method · 0.45
hash
Method · 0.45
validateOpenUrl
Method · 0.45
projectManagerForFile
Method · 0.45
addModeline
Method · 0.45
formatFiles
Method · 0.45
createGUIForMainWindow
Method · 0.45
ProjectSourcePage
Method · 0.45
projectConfig
Method · 0.45
saveListOfOpenedProjects
Method · 0.45
collectBuilders
Method · 0.45
Calls
no outgoing calls
Tested by
4
addTestSuite
Method · 0.36
addAction
Method · 0.36
checkArea2
Method · 0.36
checkAreaViewsDisplay
Method · 0.36