| 674 | T* TryGetMapData(ImPoolIdx n) { int idx = Map.Data[n].val_i; if (idx == -1) return NULL; return GetByIndex(idx); } |
| 675 | #ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS |
| 676 | int GetSize() { return GetMapSize(); } // For ImPlot: should use GetMapSize() from (IMGUI_VERSION_NUM >= 18304) |
| 677 | #endif |
| 678 | }; |
| 679 |
no outgoing calls
no test coverage detected