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

Method CreateStackSave

IDEHelper/Compiler/BfIRBuilder.cpp:5199–5204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5197}
5198
5199BfIRValue BfIRBuilder::CreateStackSave()
5200{
5201 BfIRValue retVal = WriteCmd(BfIRCmd_StackSave);
5202 NEW_CMD_INSERTED;
5203 return retVal;
5204}
5205
5206BfIRValue BfIRBuilder::CreateStackRestore(BfIRValue stackVal)
5207{

Callers 2

SaveStackStateMethod · 0.80
HandleNextCmdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected