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

Method IsInterface

IDEHelper/DbgModule.cpp:1406–1411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404}
1405
1406bool DbgType::IsInterface()
1407{
1408 if (mExtType == DbgExtType_Unknown)
1409 mExtType = CalcExtType();
1410 return mExtType == DbgExtType_Interface;
1411}
1412
1413bool DbgType::IsNamespace()
1414{

Callers 5

CanCastMethod · 0.45
CastMethod · 0.45
DbgTypedValueToStringMethod · 0.45
GetBaseTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected