MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / GetItem

Function GetItem

Source/3rdParty/implot/implot_items.cpp:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346}
347
348ImPlotItem* GetItem(const char* label_id) {
349 ImPlotContext& gp = *GImPlot;
350 return gp.CurrentItems->GetItem(label_id);
351}
352
353bool IsItemHidden(const char* label_id) {
354 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