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

Method IsModuleEmpty

IDEHelper/Backend/BeIRCodeGen.cpp:283–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283bool BeIRCodeGen::IsModuleEmpty()
284{
285 if (!mBeModule->mFunctions.IsEmpty())
286 return false;
287 if (!mBeModule->mGlobalVariables.IsEmpty())
288 return false;
289 return true;
290}
291
292void BeIRCodeGen::FatalError(const StringImpl& err)
293{

Callers

nothing calls this directly

Calls 1

IsEmptyMethod · 0.45

Tested by

no test coverage detected