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

Method GetConfigConst

IDEHelper/Compiler/BfIRBuilder.cpp:4359–4364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4357}
4358
4359BfIRValue BfIRBuilder::GetConfigConst(BfIRConfigConst constType, BfTypeCode typeCode)
4360{
4361 BfIRValue retVal = WriteCmd(BfIRCmd_ConfigConst, (int)constType, typeCode);
4362 NEW_CMD_INSERTED_IRVALUE;
4363 return retVal;
4364}
4365
4366BfIRValue BfIRBuilder::GetArgument(int argIdx)
4367{

Callers 2

EmitDynamicCastCheckMethod · 0.80
CreateCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected