Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isVarNameChar
Function
isVarNameChar
plugins/qmakemanager/variablereferenceparser.cpp:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
#include
"variablereferenceparser.h"
8
9
bool isVarNameChar(QChar* c)
10
{
11
bool ret = c->isLetterOrNumber() || c->unicode() ==
'_'
;
12
return ret;
13
}
14
15
VariableInfo::VariableInfo()
16
{
Callers
1
parse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected