Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ dStrcspn
Function
dStrcspn
Engine/source/core/strings/stringFunctions.h:158–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
inline dsize_t dStrcspn(const char *str, const char *set)
159
{
160
return strcspn(str, set);
161
}
162
163
inline char *dStrstr(const char *str1, const char *str2)
164
{
Callers
10
consoleFunctions.cpp
File · 0.85
getUnit
Function · 0.85
getUnits
Function · 0.85
setUnit
Function · 0.85
removeUnit
Function · 0.85
pushServerFavorites
Function · 0.85
addImportingAsset
Method · 0.85
getColumn
Function · 0.85
getColumn
Function · 0.85
addPathToTree
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected