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

Method IsEmpty

IDEHelper/Backend/BeModule.cpp:751–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749}
750
751bool BeBlock::IsEmpty()
752{
753 return mInstructions.size() == 0;
754}
755
756BeType* BeCallInst::GetType()
757{

Callers 13

ToStringMethod · 0.45
HashMethod · 0.45
StructToStringMethod · 0.45
CreateCallMethod · 0.45
HashContentMethod · 0.45
IsModuleEmptyMethod · 0.45
HandleNextCmdMethod · 0.45
GenerateMethod · 0.45
FinishMethod · 0.45
SetStructBodyMethod · 0.45
FinishMethod · 0.45
HasStructRetMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected