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

Method ToString

Source/Engine/Scripting/ManagedCLR/MUtils.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44StringView MUtils::ToString(MString* str)
45{
46 if (str == nullptr)
47 return StringView::Empty;
48 return MCore::String::GetChars(str);
49}
50
51StringAnsi MUtils::ToStringAnsi(MString* str)
52{

Callers 1

GetClassMethod · 0.45

Calls 8

SetStringMethod · 0.80
StringViewClass · 0.50
NewFunction · 0.50
LengthFunction · 0.50
SetMethod · 0.45
GetMethod · 0.45
LengthMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected