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

Method is_running

test/functional/test_framework/socks5.py:292–294  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

290 self._handlers_lock = threading.Lock()
291
292 def is_running(self) -> bool:
293 with self._running_lock:
294 return self._running
295
296 def set_running(self, new_value: bool):
297 with self._running_lock:

Callers 6

runMethod · 0.95
startMethod · 0.95
closeMethod · 0.80
forward_socketsFunction · 0.80
handleMethod · 0.80
setupMethod · 0.80

Calls

no outgoing calls

Tested by 1

setupMethod · 0.64