Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ dIsdigit
Function
dIsdigit
Engine/source/core/strings/stringFunctions.h:233–236 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
inline bool dIsdigit(const char c)
234
{
235
return isdigit(c);
236
}
237
238
inline bool dIsquote(const char c)
239
{
Callers
3
createEventDescriptor
Method · 0.85
nat_isdigit
Function · 0.85
guiObjectView.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected