MCPcopy 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
353bool IsItemHidden(const char* label_id) {
354 ImPlotItem* item = GetItem(label_id);
355 return item != nullptr && !item->Show;
356}
357
358ImPlotItem* GetCurrentItem() {
359 ImPlotContext& gp = *GImPlot;

Callers 1

PlotBarGroupsFunction · 0.85

Calls 1

GetItemFunction · 0.85

Tested by

no test coverage detected