MCPcopy 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
285IC void push(PHABS_DBG_V& v, SPHDBGDrawAbsract* a)
286{
287 if (v.size() < 500)
288 v.push_back(a);
289}
290void DBG_DrawPHAbstruct(SPHDBGDrawAbsract* a)
291{
292 if (dbg_ph_draw_mode != dmCashed)

Callers 1

DBG_DrawPHAbstructFunction · 0.85

Calls 2

sizeMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected