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

Method IsEmptyPartial

IDEHelper/Compiler/BfSystem.cpp:572–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570}
571
572bool BfMethodDef::IsEmptyPartial()
573{
574 return mIsPartial && (mBody == NULL);
575}
576
577bool BfMethodDef::IsDefaultCtor()
578{

Callers 7

ProcessMethodMethod · 0.80
SetupIRFunctionMethod · 0.80
DoMethodDeclarationMethod · 0.80
CompareMethodsMethod · 0.80
MatchMethodMethod · 0.80
GetSelectedMethodMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected