MCPcopy Index your code
hub / github.com/masterking32/MasterHttpRelayVPN / _untrack_task

Method _untrack_task

src/proxy/proxy_server.py:306–308  ·  view source on GitHub ↗
(self, task: asyncio.Task | None)

Source from the content-addressed store, hash-verified

304 return task
305
306 def _untrack_task(self, task: asyncio.Task | None) -> None:
307 if task is not None:
308 self._client_tasks.discard(task)
309
310 def _is_blocked(self, host: str) -> bool:
311 return (

Callers 2

_on_clientMethod · 0.95
_on_socks_clientMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected