| 13817 | if (window->LastFrameActive + 1 >= g.FrameCount) |
| 13818 | temp_buffer.push_back(window); |
| 13819 | struct Func { static int IMGUI_CDECL WindowComparerByBeginOrder(const void* lhs, const void* rhs) { return ((int)(*(const ImGuiWindow* const*)lhs)->BeginOrderWithinContext - (*(const ImGuiWindow* const*)rhs)->BeginOrderWithinContext); } }; |
| 13820 | ImQsort(temp_buffer.Data, (size_t)temp_buffer.Size, sizeof(ImGuiWindow*), Func::WindowComparerByBeginOrder); |
| 13821 | DebugNodeWindowsListByBeginStackParent(temp_buffer.Data, temp_buffer.Size, NULL); |
| 13822 | TreePop(); |
nothing calls this directly
no outgoing calls
no test coverage detected