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

Method Func_AddAttribute

IDEHelper/Compiler/BfIRBuilder.cpp:5649–5653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5647}
5648
5649void BfIRBuilder::Func_AddAttribute(BfIRFunction func, int argIdx, BfIRAttribute attr)
5650{
5651 WriteCmd(BfIRCmd_Func_AddAttribute, func, argIdx, attr);
5652 NEW_CMD_INSERTED;
5653}
5654
5655void BfIRBuilder::Func_AddAttribute(BfIRFunction func, int argIdx, BfIRAttribute attr, int arg)
5656{

Callers 4

SetupIRMethodMethod · 0.80
SetupIRFunctionMethod · 0.80
CreateVDataMethod · 0.80
VisitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected