Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3743
void BeIRCodeGen::SetConfigConst(int idx, int value)
3744
{
3745
BF_ASSERT(idx == (int)mConfigConsts.size());
3746
mConfigConsts.Add(value);
3747
}
3748
3749
BeValue* BeIRCodeGen::TryGetBeValue(int id)
3750
{
Callers
nothing calls this directly
Calls
2
size
Method · 0.45
Add
Method · 0.45
Tested by
no test coverage detected