MCPcopy 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
312bool IsItemHidden(const char* label_id) {
313 ImPlotItem* item = GetItem(label_id);
314 return item != nullptr && !item->Show;
315}
316
317ImPlotItem* GetCurrentItem() {
318 ImPlotContext& gp = *GImPlot;

Callers 1

PlotBarGroupsFunction · 0.85

Calls 1

GetItemFunction · 0.85

Tested by

no test coverage detected