Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque2D
/ dStrncpy
Function
dStrncpy
engine/source/platformEmscripten/EmscriptenStrings.cpp:189–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
char* dStrncpy(char *dst, const char *src, dsize_t len)
190
{
191
return strncpy(dst,src,len);
192
}
193
194
dsize_t dStrlen(const char *str)
195
{
Callers
8
MungeCase
Function · 0.70
DirExists
Function · 0.70
MungePath
Function · 0.70
createPath
Method · 0.70
DisplayErrorAlert
Function · 0.70
setWindowTitle
Method · 0.70
loadAxisInfo
Method · 0.70
Torque2D_postConsole
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected