Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ dStrncpy
Function
dStrncpy
Engine/source/core/strings/stringFunctions.h:123–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
inline char *dStrncpy(char *dst, const char *src, dsize_t len)
124
{
125
return strncpy(dst,src,len);
126
}
127
128
inline dsize_t dStrlen(const char *str)
129
{
Callers
15
expandOldScriptFilename
Function · 0.85
collapseScriptFilename
Function · 0.85
TelnetClient
Method · 0.85
setFieldComponent
Function · 0.85
getObjectIndent
Method · 0.85
consoleFunctions.cpp
File · 0.85
ConsoleSetType
Function · 0.85
printClassHeader
Function · 0.85
dumpClasses
Method · 0.85
fileSystemFunctions.cpp
File · 0.85
TelnetConsole
Method · 0.85
setTelnetParameters
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected