Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ ScriptableToString
Function
ScriptableToString
src/hx/cppia/CppiaClasses.cpp:1802–1806 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1800
1801
1802
::String ScriptableToString(void *inClass)
1803
{
1804
CppiaClassInfo *info = (CppiaClassInfo *)inClass;
1805
return info->getClass()->toString();
1806
}
1807
1808
int ScriptableGetType(void *inClass)
1809
{
Callers
nothing calls this directly
Calls
2
getClass
Method · 0.80
toString
Method · 0.45
Tested by
no test coverage detected