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

Method HasPointer

IDEHelper/DbgModule.cpp:1463–1468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1461}
1462
1463bool DbgType::HasPointer(bool includeBfObjectPointer)
1464{
1465 if (((mTypeCode == DbgType_Const) || (mTypeCode == DbgType_Ref)) && (mTypeParam != NULL))
1466 return mTypeParam->IsPointer(includeBfObjectPointer);
1467 return IsPointer(includeBfObjectPointer);
1468}
1469
1470bool DbgType::IsPointerOrRef(bool includeBfObjectPointer)
1471{

Callers 3

DoLookupFieldMethod · 0.80
MatchMethodMethod · 0.80
DbgTypedValueToStringMethod · 0.80

Calls 1

IsPointerMethod · 0.45

Tested by

no test coverage detected