Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GaijinEntertainment/daScript
/ String
Method
String
src/builtin/module_builtin_string.cpp:618–620 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
616
617
class StrdupDataWalker : public DataWalker {
618
virtual void String ( char * & str ) {
619
if (str) str = strdup(str);
620
}
621
};
622
623
vec4f builtin_strdup ( Context &, SimNode_CallBase * call, vec4f * args ) {
Callers
2
walk
Method · 0.45
walk
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected