Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ dStrlen
Function
dStrlen
engine/source/platformEmscripten/EmscriptenStrings.cpp:194–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
dsize_t dStrlen(const char *str)
195
{
196
return str ? strlen(str) : 0;
197
}
198
199
char* dStrupr(char *str)
200
{
Callers
15
InitOpenGL
Function · 0.70
getDriverInfo
Method · 0.70
ModifyFile
Function · 0.70
getFileTimes
Method · 0.70
hasSubDirectory
Method · 0.70
recurseDumpDirectories
Function · 0.70
dStrdup_r
Function · 0.70
dStrnew
Function · 0.70
dStrrev
Function · 0.70
dItoa
Function · 0.70
DisplayErrorAlert
Function · 0.70
ConsoleFunction
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected