Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ToString
Method
ToString
Source/Engine/Scripting/Runtime/Mono.cpp:757–760 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
755
}
756
757
MString* MCore::Object::ToString(MObject* obj)
758
{
759
return mono_object_to_string(obj, nullptr);
760
}
761
762
int32 MCore::Object::GetHashCode(MObject* obj)
763
{
Callers
3
InvokeInitialize
Method · 0.45
InvokeDeinitialize
Method · 0.45
DebugLogHandlerInternal_LogException
Function · 0.45
Calls
1
String
Function · 0.50
Tested by
no test coverage detected