MCPcopy 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

getClassMethod · 0.80
nullClass · 0.50
findClassMethod · 0.45

Tested by

no test coverage detected