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

Method CreateSetRet

IDEHelper/Compiler/BfIRBuilder.cpp:5618–5623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5616}
5617
5618BfIRValue BfIRBuilder::CreateSetRet(BfIRValue val, int returnTypeId)
5619{
5620 BfIRValue retVal = WriteCmd(BfIRCmd_CreateSetRet, val, returnTypeId);
5621 NEW_CMD_INSERTED;
5622 return retVal;
5623}
5624
5625void BfIRBuilder::CreateRetVoid()
5626{

Callers 1

EmitReturnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected