Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
void
36
ConnectionState::
37
setLastHoveredNode(Node* node)
38
{
39
_lastHoveredNode = node;
40
}
41
42
43
void
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected