Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ GetCurrentItem
Function
GetCurrentItem
Source/3rdParty/implot/implot_items.cpp:358–361 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
356
}
357
358
ImPlotItem* GetCurrentItem() {
359
ImPlotContext& gp = *GImPlot;
360
return gp.CurrentItem;
361
}
362
363
ImVec4 GetLastItemColor() {
364
ImPlotContext& gp = *GImPlot;
Callers
3
PlotCandlestick
Function · 0.85
PlotPieChartEx
Function · 0.85
PlotImage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected