Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ isConnectionOut
Function
isConnectionOut
UnitTests/UnitTest_GraphView/DemoKeeper.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
{
21
22
static bool isConnectionOut(std::string_view _type)
23
{
24
return _type ==
"EventOut"
|| _type ==
"PositionOut"
;
25
}
26
27
static bool isConnectionTypeSimple(std::string_view _type)
28
{
Callers
1
requestConnectPoint
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected