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

Method Call_AddAttribute

IDEHelper/Compiler/BfIRBuilder.cpp:5637–5641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5635}
5636
5637void BfIRBuilder::Call_AddAttribute(BfIRValue callInst, int argIdx, BfIRAttribute attr)
5638{
5639 WriteCmd(BfIRCmd_Call_AddAttribute, callInst, argIdx, attr);
5640 NEW_CMD_INSERTED;
5641}
5642
5643void BfIRBuilder::Call_AddAttribute(BfIRValue callInst, int argIdx, BfIRAttribute attr, int arg)
5644{

Callers 3

CreateCallMethod · 0.80
VisitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected