MCPcopy Create free account
hub / github.com/beefytech/Beef / GetParent

Method GetParent

IDEHelper/DbgModule.cpp:719–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719DbgType* DbgSubprogram::GetParent()
720{
721 if ((mParentType == NULL) && (mCompileUnit != NULL))
722 mCompileUnit->mDbgModule->MapCompileUnitMethods(mCompileUnit);
723 return mParentType;
724}
725
726DbgType* DbgSubprogram::GetTargetType()
727{

Callers 11

IsNodeVisibleFunction · 0.80
FindJointsMethod · 0.80
FBXLoadJointMethod · 0.80
SetParentIndexesMethod · 0.80
SortJointMethod · 0.80
LoadBindPoseMethod · 0.80
InitMethod · 0.80
GetNamespaceSearchMethod · 0.80
GetStackMethodOwnerMethod · 0.80

Calls 1

MapCompileUnitMethodsMethod · 0.45

Tested by

no test coverage detected