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

Method FindDerivedType

IDEHelper/Backend/BeModule.h:1738–1746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1736 }
1737
1738 BeDbgType* FindDerivedType(int typeId)
1739 {
1740 for (auto derivedType : mDerivedTypes)
1741 {
1742 if (derivedType->GetTypeId() == typeId)
1743 return derivedType;
1744 }
1745 return NULL;
1746 }
1747
1748 virtual void HashContent(BeHashContext& hashCtx) override
1749 {

Callers 2

CreateReferenceTypeMethod · 0.80
HandleNextCmdMethod · 0.80

Calls 1

GetTypeIdMethod · 0.45

Tested by

no test coverage detected