Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/Groot
/ portTypeIsValid
Method
portTypeIsValid
QtNodeEditor/include/nodes/internal/PortType.hpp:45–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
indexIsValid() { return index != INVALID; }
44
45
bool
46
portTypeIsValid() { return type != PortType::None; }
47
};
48
49
//using PortAddress = std::pair<QUuid, PortIndex>;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected