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

Method SetReflectTypeData

IDEHelper/Compiler/BfIRBuilder.cpp:5294–5298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5292}
5293
5294void BfIRBuilder::SetReflectTypeData(BfIRType type, BfIRValue globalVar)
5295{
5296 BfIRValue retVal = WriteCmd(BfIRCmd_SetReflectTypeData, type, globalVar);
5297 NEW_CMD_INSERTED_IRVALUE;
5298}
5299
5300BfIRBlock BfIRBuilder::CreateBlock(const StringImpl& name, bool addNow)
5301{

Callers 1

CreateTypeDataRefMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected