MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / dIsspace

Function dIsspace

Engine/source/core/strings/stringFunctions.h:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190inline bool dIsspace(const char c)
191{
192 return isspace(c);
193}
194
195inline bool dIsdigit(const char c)
196{

Callers 15

execMethod · 0.85
sParseListFunction · 0.85
sGetArgNameAndTypeFunction · 0.85
getDocStringMethod · 0.85
SplitSequencePathAndNameFunction · 0.85
TrimFirstWordFunction · 0.85
wrapStringMethod · 0.85
_handleIncludesMethod · 0.85
nat_isspaceFunction · 0.85
trimMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected