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

Method IsBfObject

IDEHelper/DbgModule.cpp:1321–1326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1319}
1320
1321bool DbgType::IsBfObject()
1322{
1323 if (mExtType == DbgExtType_Unknown)
1324 mExtType = CalcExtType();
1325 return (mExtType == DbgExtType_BfObject) || (mExtType == DbgExtType_Interface);
1326}
1327
1328bool DbgType::IsBfPayloadEnum()
1329{

Callers 15

FixTypeMethod · 0.80
CastMethod · 0.80
CreateCallMethod · 0.80
GetMemberListMethod · 0.80
DbgTypedValueToStringMethod · 0.80
EvaluateContinueMethod · 0.80
WinDebugger.cppFile · 0.80
FindMethod · 0.80
IsBfObjectPtrMethod · 0.80
IsPointerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected