Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ isalnumext
Function
isalnumext
engine/Evaluator/express.cpp:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
inline bool isalnumext(char c)
158
{
159
return isalnum(c) || c ==
'_'
;
160
}
161
162
#define OPEN_STRING
'{'
163
#define CLOSE_STRING
'}'
Callers
5
Const
Method · 0.85
Vyhod
Method · 0.85
CheckAssignment
Function · 0.85
IdtfGoodName
Method · 0.85
PerformAssignment
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected