Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ DedupPushBack
Function
DedupPushBack
IDEHelper/Backend/BeMCContext.cpp:4421–4426 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4419
}
4420
4421
static void DedupPushBack(SizedArrayImpl<int>& vec, int val)
4422
{
4423
if (vec.Contains(val))
4424
return;
4425
vec.push_back(val);
4426
}
4427
4428
static int genLivenessIdx = 0;
4429
Callers
2
GenerateLiveness
Method · 0.85
InitializedPassHelper
Method · 0.85
Calls
2
Contains
Method · 0.45
push_back
Method · 0.45
Tested by
no test coverage detected