MCPcopy Create free account
hub / github.com/SatDump/SatDump / GetItem

Function GetItem

src-core/imgui/implot/implot_items.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307ImPlotItem* GetItem(const char* label_id) {
308 ImPlotContext& gp = *GImPlot;
309 return gp.CurrentItems->GetItem(label_id);
310}
311
312bool IsItemHidden(const char* label_id) {
313 ImPlotItem* item = GetItem(label_id);

Callers 4

GetItemMethod · 0.85
IsItemHiddenFunction · 0.85
PlotPieChartExFunction · 0.85
PlotPieChartFunction · 0.85

Calls 1

GetItemMethod · 0.80

Tested by

no test coverage detected