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

Function dIsspace

Engine/source/core/strings/stringFunctions.h:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228inline bool dIsspace(const char c)
229{
230 return isspace(c);
231}
232
233inline bool dIsdigit(const char c)
234{

Callers 15

execMethod · 0.85
addSubstitutionMethod · 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

Calls

no outgoing calls

Tested by

no test coverage detected