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

Function StringIsEmptyGeneric

sdk/add_on/scriptstdstring/scriptstdstring.cpp:1160–1164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1158}
1159
1160static void StringIsEmptyGeneric(asIScriptGeneric * gen)
1161{
1162 string * self = reinterpret_cast<string *>(gen->GetObject());
1163 *reinterpret_cast<bool *>(gen->GetAddressOfReturnLocation()) = StringIsEmpty(*self);
1164}
1165
1166static void StringResizeGeneric(asIScriptGeneric * gen)
1167{

Callers

nothing calls this directly

Calls 3

StringIsEmptyFunction · 0.85
GetObjectMethod · 0.80

Tested by

no test coverage detected