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

Method IsRef

IDEHelper/DbgModule.cpp:1428–1433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1426}
1427
1428bool DbgType::IsRef()
1429{
1430 return
1431 (mTypeCode == DbgType_Ref) ||
1432 (mTypeCode == DbgType_RValueReference);
1433}
1434
1435bool DbgType::IsSigned()
1436{

Callers 4

LookupSplatMemberMethod · 0.45
CreateCallMethod · 0.45
WinDebugger.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected