MCPcopy 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
157inline bool isalnumext(char c)
158{
159 return isalnum(c) || c == '_';
160}
161
162#define OPEN_STRING '{'
163#define CLOSE_STRING '}'

Callers 5

ConstMethod · 0.85
VyhodMethod · 0.85
CheckAssignmentFunction · 0.85
IdtfGoodNameMethod · 0.85
PerformAssignmentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected