Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ linkCppiaClass
Function
linkCppiaClass
src/hx/cppia/CppiaClasses.cpp:1781–1784 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1779
1780
1781
void linkCppiaClass(hx::Class_obj *inClass, CppiaModule &cppia, String inName)
1782
{
1783
((CppiaClass *)inClass)->linkClass(cppia,inName);
1784
}
1785
1786
1787
int getScriptId(hx::Class inClass)
Callers
1
linkTypes
Method · 0.85
Calls
1
linkClass
Method · 0.80
Tested by
no test coverage detected