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

Function TestString

sdk/tests/test_feature/source/test_generic.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void TestString(asIScriptGeneric *gen)
73{
74 string s = *(string*)gen->GetArgObject(0);
75
76 assert(s == "Hello");
77}
78
79void GenericString_Construct(asIScriptGeneric *gen)
80{

Callers

nothing calls this directly

Calls 1

GetArgObjectMethod · 0.80

Tested by

no test coverage detected