Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ resolveClass
Method
resolveClass
src/hx/cppia/CppiaModule.cpp:347–353 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
}
346
347
::hx::Class resolveClass( ::String inName) HXCPP_OVERRIDE
348
{
349
CppiaClassInfo *info = cppia->findClass(inName);
350
if (info)
351
return info->getClass();
352
return null();
353
}
354
355
};
356
Callers
nothing calls this directly
Calls
3
getClass
Method · 0.80
null
Class · 0.50
findClass
Method · 0.45
Tested by
no test coverage detected