Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cathery/sys-con
/ Open
Method
Open
source/ControllerSwitch/SwitchUSBDevice.cpp:19–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
Result SwitchUSBDevice::Open()
20
{
21
if (m_interfaces.size() != 0)
22
return 0;
23
else
24
return 51;
25
}
26
27
void SwitchUSBDevice::Close()
28
{
Callers
6
OpenInterfaces
Method · 0.45
OpenInterfaces
Method · 0.45
OpenInterfaces
Method · 0.45
OpenInterfaces
Method · 0.45
OpenInterfaces
Method · 0.45
OpenInterfaces
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected