| 14717 | } |
| 14718 | |
| 14719 | ImGuiDockNode* ImGui::DockContextFindNodeByID(ImGuiContext* ctx, ImGuiID id) |
| 14720 | { |
| 14721 | return (ImGuiDockNode*)ctx->DockContext.Nodes.GetVoidPtr(id); |
| 14722 | } |
| 14723 | |
| 14724 | ImGuiID ImGui::DockContextGenNodeID(ImGuiContext* ctx) |
| 14725 | { |
nothing calls this directly
no test coverage detected