Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/Groot
/ setTypeConverter
Method
setTypeConverter
QtNodeEditor/src/Connection.cpp:399–404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
397
398
399
void
400
Connection::
401
setTypeConverter(TypeConverter converter)
402
{
403
_converter = std::move(converter);
404
}
405
406
407
void
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected