Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1428
bool DbgType::IsRef()
1429
{
1430
return
1431
(mTypeCode == DbgType_Ref) ||
1432
(mTypeCode == DbgType_RValueReference);
1433
}
1434
1435
bool DbgType::IsSigned()
1436
{
Callers
4
LookupSplatMember
Method · 0.45
CreateCall
Method · 0.45
WinDebugger.cpp
File · 0.45
GetValueByNameInBlock_Helper
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected