Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
228
inline bool dIsspace(const char c)
229
{
230
return isspace(c);
231
}
232
233
inline bool dIsdigit(const char c)
234
{
Callers
15
exec
Method · 0.85
parseFunctionArgumentNames
Function · 0.85
consoleFunctions.cpp
File · 0.85
addSubstitution
Method · 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
Calls
no outgoing calls
Tested by
no test coverage detected