| 21474 | } |
| 21475 | |
| 21476 | static void* ImGui::DockSettingsHandler_ReadOpen(ImGuiContext*, ImGuiSettingsHandler*, const char* name) |
| 21477 | { |
| 21478 | if (strcmp(name, "Data") != 0) |
| 21479 | return NULL; |
| 21480 | return (void*)1; |
| 21481 | } |
| 21482 | |
| 21483 | static void ImGui::DockSettingsHandler_ReadLine(ImGuiContext* ctx, ImGuiSettingsHandler*, void*, const char* line) |
| 21484 | { |
nothing calls this directly
no outgoing calls
no test coverage detected