Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Apply
Method
Apply
IDEHelper/Compiler/BfSystem.h:1770–1775 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1768
1769
public:
1770
static int Apply(int val, int applyVal)
1771
{
1772
if (applyVal != -1)
1773
return applyVal;
1774
return val;
1775
}
1776
1777
bool Apply(bool val, BfOptionFlags flags)
1778
{
Callers
13
Visit
Method · 0.45
GetDefaultCheckedKind
Method · 0.45
CreateTypeData
Method · 0.45
WantsObjectAccessCheck
Method · 0.45
EmitObjectAccessCheck
Method · 0.45
EmitDynamicCastCheck
Method · 0.45
AllocLocalVariable
Method · 0.45
DoPopulateType
Method · 0.45
DoTypeInstanceMethodProcessing
Method · 0.45
PopulateReified
Method · 0.45
CompileReified
Method · 0.45
PerformBinaryOperation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected