MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / remove_handler

Method remove_handler

test/functional/test_framework/socks5.py:313–318  ·  view source on GitHub ↗
(self, handler_index)

Source from the content-addressed store, hash-verified

311 thread.start()
312
313 def remove_handler(self, handler_index):
314 with self._handlers_lock:
315 if handler_index < len(self._handlers):
316 if self._handlers[handler_index] is not None:
317 self._handlers[handler_index] = None
318 logger.debug(f"Handler {handler_index} removed")
319
320 def start(self):
321 assert not self.is_running()

Callers 1

handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected