MCPcopy 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
1769public:
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

VisitMethod · 0.45
GetDefaultCheckedKindMethod · 0.45
CreateTypeDataMethod · 0.45
EmitObjectAccessCheckMethod · 0.45
EmitDynamicCastCheckMethod · 0.45
AllocLocalVariableMethod · 0.45
DoPopulateTypeMethod · 0.45
PopulateReifiedMethod · 0.45
CompileReifiedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected