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

Method Func_DeleteBody

IDEHelper/Compiler/BfIRBuilder.cpp:5667–5674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5665}
5666
5667void BfIRBuilder::Func_DeleteBody(BfIRFunction func)
5668{
5669 if (mActiveFunction == func)
5670 mActiveFunctionHasBody = false;
5671
5672 WriteCmd(BfIRCmd_Func_DeleteBody, func);
5673 NEW_CMD_INSERTED;
5674}
5675
5676void BfIRBuilder::Func_SafeRename(BfIRFunction func)
5677{

Callers 3

ProcessMethodMethod · 0.80
GetSymbolReferencesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected