MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / setLastHoveredNode

Method setLastHoveredNode

QtNodeEditor/src/ConnectionState.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35void
36ConnectionState::
37setLastHoveredNode(Node* node)
38{
39 _lastHoveredNode = node;
40}
41
42
43void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected