MCPcopy 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
158inline dsize_t dStrcspn(const char *str, const char *set)
159{
160 return strcspn(str, set);
161}
162
163inline char *dStrstr(const char *str1, const char *str2)
164{

Callers 10

getUnitFunction · 0.85
getUnitsFunction · 0.85
setUnitFunction · 0.85
removeUnitFunction · 0.85
pushServerFavoritesFunction · 0.85
addImportingAssetMethod · 0.85
getColumnFunction · 0.85
getColumnFunction · 0.85
addPathToTreeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected