Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ UserInputQueueCheck
Method
UserInputQueueCheck
src/python/openvpn3/SessionManager.py:390–392 ·
view source on GitHub ↗
(self, qtype, qgroup)
Source
from the content-addressed store, hash-verified
388
#
389
@__delete_check
390
def
UserInputQueueCheck(self, qtype, qgroup):
391
return
self.__session_intf.UserInputQueueCheck(qtype.value,
392
qgroup.value)
393
394
395
##
Callers
2
FetchUserInputSlots
Method · 0.95
start-tunnel.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected