MCPcopy 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

hashMethod · 0.45
hashStringMethod · 0.45
hashMethod · 0.45
validateOpenUrlMethod · 0.45
projectManagerForFileMethod · 0.45
addModelineMethod · 0.45
formatFilesMethod · 0.45
ProjectSourcePageMethod · 0.45
projectConfigMethod · 0.45
collectBuildersMethod · 0.45

Calls

no outgoing calls

Tested by 4

addTestSuiteMethod · 0.36
addActionMethod · 0.36
checkArea2Method · 0.36
checkAreaViewsDisplayMethod · 0.36