Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SatDump/SatDump
/ IsItemHidden
Function
IsItemHidden
src-core/imgui/implot/implot_items.cpp:312–315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
}
311
312
bool IsItemHidden(const char* label_id) {
313
ImPlotItem* item = GetItem(label_id);
314
return item != nullptr && !item->Show;
315
}
316
317
ImPlotItem* GetCurrentItem() {
318
ImPlotContext& gp = *GImPlot;
Callers
1
PlotBarGroups
Function · 0.85
Calls
1
GetItem
Function · 0.85
Tested by
no test coverage detected