MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetEmpty

Method GetEmpty

Source/Engine/Scripting/Runtime/Mono.cpp:767–771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765}
766
767MString* MCore::String::GetEmpty(MDomain* domain)
768{
769 MonoDomain* mdomain = domain ? domain->GetNative() : mono_domain_get();
770 return mono_string_empty(mdomain);
771}
772
773MString* MCore::String::New(const char* str, int32 length, MDomain* domain)
774{

Callers

nothing calls this directly

Calls 1

GetNativeMethod · 0.80

Tested by

no test coverage detected