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

Method WantsRefThis

IDEHelper/DbgModule.cpp:1175–1178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1173}
1174
1175bool DbgType::WantsRefThis()
1176{
1177 return (GetLanguage() == DbgLanguage_Beef) && (!IsBfObject());
1178}
1179
1180bool DbgType::IsBfObjectPtr()
1181{

Callers 3

EvaluateInContextMethod · 0.80
GetMemberListMethod · 0.80
DbgTypedValueToStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected