Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brenocq/implot3d
/ GetCurrentItem
Function
GetCurrentItem
implot3d_items.cpp:266–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
}
265
266
ImPlot3DItem* GetCurrentItem() {
267
ImPlot3DContext& gp = *GImPlot3D;
268
return gp.CurrentItem;
269
}
270
271
void BustItemCache() {
272
ImPlot3DContext& gp = *GImPlot3D;
Callers
1
PlotImage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected