MCPcopy Create free account
hub / github.com/KDE/kdevelop / toByteArray

Method toByteArray

plugins/clang/util/clangtypes.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58QByteArray ClangString::toByteArray() const
59{
60 return QByteArray(c_str());
61}
62
63IndexedString ClangString::toIndexed() const
64{

Callers 4

slotAuthenticateMethod · 0.80
makeCommentFunction · 0.80
setDeclDataMethod · 0.80
isQtMocFunctionFunction · 0.80

Calls 1

QByteArrayClass · 0.50

Tested by

no test coverage detected