MCPcopy 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
399void
400Connection::
401setTypeConverter(TypeConverter converter)
402{
403 _converter = std::move(converter);
404}
405
406
407void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected