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

Method SetConfigConst

IDEHelper/Backend/BeIRCodeGen.cpp:3743–3747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3741}
3742
3743void BeIRCodeGen::SetConfigConst(int idx, int value)
3744{
3745 BF_ASSERT(idx == (int)mConfigConsts.size());
3746 mConfigConsts.Add(value);
3747}
3748
3749BeValue* BeIRCodeGen::TryGetBeValue(int id)
3750{

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected