| 2831 | } |
| 2832 | |
| 2833 | bool IsLinkSelected(int link_id) |
| 2834 | { |
| 2835 | ImNodesEditorContext& editor = EditorContextGet(); |
| 2836 | return IsObjectSelected(editor.Links, editor.SelectedLinkIndices, link_id); |
| 2837 | } |
| 2838 | |
| 2839 | bool IsAttributeActive() |
| 2840 | { |
nothing calls this directly
no test coverage detected