Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parse
Method · 0.80
parsePrompt
Method · 0.80
parseResultOrAsyncRecord
Method · 0.80
parseResult
Method · 0.80
parseStringLiteral
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected