Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
572
bool BfMethodDef::IsEmptyPartial()
573
{
574
return mIsPartial && (mBody == NULL);
575
}
576
577
bool BfMethodDef::IsDefaultCtor()
578
{
Callers
7
ProcessMethod
Method · 0.80
SetupIRFunction
Method · 0.80
DoMethodDeclaration
Method · 0.80
DoTypeInstanceMethodProcessing
Method · 0.80
CompareMethods
Method · 0.80
MatchMethod
Method · 0.80
GetSelectedMethod
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected