| 18009 | } |
| 18010 | |
| 18011 | ImGuiDockNode* ImGui::DockContextFindNodeByID(ImGuiContext* ctx, ImGuiID id) |
| 18012 | { |
| 18013 | return (ImGuiDockNode*)ctx->DockContext.Nodes.GetVoidPtr(id); |
| 18014 | } |
| 18015 | |
| 18016 | ImGuiID ImGui::DockContextGenNodeID(ImGuiContext* ctx) |
| 18017 | { |
nothing calls this directly
no test coverage detected