Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ IsItemHidden
Function
IsItemHidden
Source/3rdParty/implot/implot_items.cpp:353–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
351
}
352
353
bool IsItemHidden(const char* label_id) {
354
ImPlotItem* item = GetItem(label_id);
355
return item != nullptr && !item->Show;
356
}
357
358
ImPlotItem* GetCurrentItem() {
359
ImPlotContext& gp = *GImPlot;
Callers
1
PlotBarGroups
Function · 0.85
Calls
1
GetItem
Function · 0.85
Tested by
no test coverage detected