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

Method RemapBindFunction

IDEHelper/Compiler/BfIRBuilder.cpp:5540–5545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5538}
5539
5540BfIRValue BfIRBuilder::RemapBindFunction(BfIRValue func)
5541{
5542 BfIRValue retVal = WriteCmd(BfIRCmd_RemapBindFunction, func);
5543 NEW_CMD_INSERTED_IRVALUE;
5544 return retVal;
5545}
5546
5547void BfIRBuilder::SetActiveFunction(BfIRFunction func)
5548{

Callers 2

CastToFunctionMethod · 0.80
VisitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected