Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ push
Function
push
ogsr_engine/xrGame/PHDebug.cpp:285–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
}
284
285
IC void push(PHABS_DBG_V& v, SPHDBGDrawAbsract* a)
286
{
287
if (v.size() < 500)
288
v.push_back(a);
289
}
290
void DBG_DrawPHAbstruct(SPHDBGDrawAbsract* a)
291
{
292
if (dbg_ph_draw_mode != dmCashed)
Callers
1
DBG_DrawPHAbstruct
Function · 0.85
Calls
2
size
Method · 0.45
push_back
Method · 0.45
Tested by
no test coverage detected