Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Schnocker/NoEye
/ Init
Method
Init
NoEye/ServiceConnection.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
delete Instance;
33
}
34
bool XDriver::Init()
35
{
36
return detour_DriverConnection(true);
37
}
38
bool XDriver::Uninit()
39
{
40
return detour_DriverConnection(false);
Callers
1
OnAttach
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected