MCPcopy Create free account
hub / github.com/anjo76/angelscript / StringCopyFactory

Function StringCopyFactory

sdk/tests/test_performance/source/scriptstring.cpp:636–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634}
635
636static CScriptString *StringCopyFactory(const CScriptString &other)
637{
638 // Allocate and initialize with the copy constructor
639 return new CScriptString(other);
640}
641
642static void StringDefaultFactory_Generic(asIScriptGeneric *gen)
643{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected