| 25 | }; |
| 26 | |
| 27 | struct Editor |
| 28 | { |
| 29 | ImNodesEditorContext* context = nullptr; |
| 30 | std::vector<Node> nodes; |
| 31 | std::vector<Link> links; |
| 32 | int current_id = 0; |
| 33 | }; |
| 34 | |
| 35 | void show_editor(const char* editor_name, Editor& editor) |
| 36 | { |
nothing calls this directly
no outgoing calls
no test coverage detected