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

Method MoveBlockToEnd

IDEHelper/Compiler/BfIRBuilder.cpp:5427–5431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5425}
5426
5427void BfIRBuilder::MoveBlockToEnd(BfIRBlock block)
5428{
5429 BfIRValue retVal = WriteCmd(BfIRCmd_MoveBlockToEnd, block);
5430 NEW_CMD_INSERTED;
5431}
5432
5433BfIRValue BfIRBuilder::CreateSwitch(BfIRValue value, BfIRBlock dest, int numCases)
5434{

Callers 2

RestoreScopeStateMethod · 0.80
ProcessMethodMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected