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

Method currentTokenText

plugins/debuggercommon/mi/milexer.h:47–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 { return m_currentToken->kind; }
46
47 inline QByteArray currentTokenText() const
48 { return tokenText(-1); }
49
50 QByteArray tokenText(int index = 0) const;
51

Callers 5

parseMethod · 0.80
parsePromptMethod · 0.80
parseResultMethod · 0.80
parseStringLiteralMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected