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

Method CreateValueScopeStart

IDEHelper/Compiler/BfIRBuilder.cpp:5121–5126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5119}
5120
5121BfIRValue BfIRBuilder::CreateValueScopeStart()
5122{
5123 BfIRValue retVal = WriteCmd(BfIRCmd_ValueScopeStart);
5124 NEW_CMD_INSERTED;
5125 return retVal;
5126}
5127
5128void BfIRBuilder::CreateValueScopeRetain(BfIRValue val)
5129{

Callers 4

HandleCaseBindMethod · 0.80
ValueScopeStartMethod · 0.80
ProcessMethodMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected