MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / findVTableFunction

Method findVTableFunction

src/hx/cppia/CppiaClasses.cpp:449–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447
448
449CppiaFunction *CppiaClassInfo::findVTableFunction(int inId)
450{
451 for(int i=0;i<memberFunctions.size();i++)
452 {
453 if (memberFunctions[i]->nameId == inId)
454 return memberFunctions[i];
455 }
456 return 0;
457}
458
459ScriptCallable *CppiaClassInfo::findInterfaceFunction(const std::string &inName)
460{

Callers 1

linkMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected