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

Function ClearLinkSelection

imnodes.cpp:2803–2807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2801}
2802
2803void ClearLinkSelection()
2804{
2805 ImNodesEditorContext& editor = EditorContextGet();
2806 editor.SelectedLinkIndices.clear();
2807}
2808
2809void ClearLinkSelection(int link_id)
2810{

Callers

nothing calls this directly

Calls 2

ClearObjectSelectionFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected