Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ nat_isspace
Function
nat_isspace
Engine/source/core/strings/stringFunctions.cpp:85–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
84
85
static inline int
86
nat_isspace( nat_char a )
87
{
88
return dIsspace( a );
89
}
90
91
92
static inline nat_char
Callers
1
strnatcmp0
Function · 0.85
Calls
1
dIsspace
Function · 0.85
Tested by
no test coverage detected