Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/Groot
/ propagateEmptyData
Method
propagateEmptyData
QtNodeEditor/src/Connection.cpp:423–430 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
421
422
423
void
424
Connection::
425
propagateEmptyData() const
426
{
427
std::shared_ptr<NodeData> emptyData;
428
429
propagateData(emptyData);
430
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected