Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
StringView MUtils::ToString(MString* str)
45
{
46
if (str == nullptr)
47
return StringView::Empty;
48
return MCore::String::GetChars(str);
49
}
50
51
StringAnsi MUtils::ToStringAnsi(MString* str)
52
{
Callers
1
GetClass
Method · 0.45
Calls
8
SetString
Method · 0.80
StringView
Class · 0.50
New
Function · 0.50
Length
Function · 0.50
Set
Method · 0.45
Get
Method · 0.45
Length
Method · 0.45
Clear
Method · 0.45
Tested by
no test coverage detected