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