Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ dStrlen
Function
dStrlen
engine/source/platformAndroid/AndroidStrings.cpp:198–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
U32 dStrlen(const char *str)
199
{
200
return str ? strlen(str) : 0;
201
}
202
203
204
char* dStrupr(char *str)
Callers
15
_unDoubleQuote
Function · 0.70
dStrdup_r
Function · 0.70
dStrnew
Function · 0.70
dStrrev
Function · 0.70
dItoa
Function · 0.70
inputLoop
Method · 0.70
AndroidStreamSource
Method · 0.70
fileDelete
Method · 0.70
open
Method · 0.70
createPath
Method · 0.70
isMainDotCsPresent
Function · 0.70
recurseDumpDirectoriesCache
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected