MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / UserInputQueueFetch

Method UserInputQueueFetch

src/python/openvpn3/SessionManager.py:408–409  ·  view source on GitHub ↗
(self, qtype, qgroup, qid)

Source from the content-addressed store, hash-verified

406 #
407 @__delete_check
408 def UserInputQueueFetch(self, qtype, qgroup, qid):
409 return UserInputSlot(self.__session_intf, qtype, qgroup, qid)
410
411
412 ##

Callers 2

__init__Method · 0.80
start-tunnel.pyFile · 0.80

Calls 1

UserInputSlotClass · 0.85

Tested by

no test coverage detected