| 2813 | } |
| 2814 | |
| 2815 | void SelectNode(int node_id) |
| 2816 | { |
| 2817 | ImNodesEditorContext& editor = EditorContextGet(); |
| 2818 | SelectObject(editor.Nodes, editor.SelectedNodeIndices, node_id); |
| 2819 | } |
| 2820 | |
| 2821 | void SelectLink(int link_id) |
| 2822 | { |
nothing calls this directly
no outgoing calls
no test coverage detected