Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
190
inline bool dIsspace(const char c)
191
{
192
return isspace(c);
193
}
194
195
inline bool dIsdigit(const char c)
196
{
Callers
15
exec
Method · 0.85
parseFunctionArgumentNames
Function · 0.85
consoleFunctions.cpp
File · 0.85
sParseList
Function · 0.85
sGetArgNameAndType
Function · 0.85
getDocString
Method · 0.85
SplitSequencePathAndName
Function · 0.85
TrimFirstWord
Function · 0.85
wrapString
Method · 0.85
_handleIncludes
Method · 0.85
nat_isspace
Function · 0.85
trim
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected