MCPcopy 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
152inline bool isalphaext(char c)
153{
154 return isalpha(c) || c == '_';
155}
156
157inline bool isalnumext(char c)
158{

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected