Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ isalphaext
Function
isalphaext
engine/Evaluator/express.cpp:152–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
inline bool isalphaext(char c)
153
{
154
return isalpha(c) || c ==
'_'
;
155
}
156
157
inline bool isalnumext(char c)
158
{
Callers
4
Const
Method · 0.85
Vyhod
Method · 0.85
IdtfGoodName
Method · 0.85
PerformAssignment
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected