MCPcopy Create free account
hub / github.com/Nelarius/imnodes / IsLinkSelected

Function IsLinkSelected

imnodes.cpp:2833–2837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2831}
2832
2833bool IsLinkSelected(int link_id)
2834{
2835 ImNodesEditorContext& editor = EditorContextGet();
2836 return IsObjectSelected(editor.Links, editor.SelectedLinkIndices, link_id);
2837}
2838
2839bool IsAttributeActive()
2840{

Callers

nothing calls this directly

Calls 1

IsObjectSelectedFunction · 0.85

Tested by

no test coverage detected