Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.95
start
Method · 0.95
close
Method · 0.80
forward_sockets
Function · 0.80
handle
Method · 0.80
setup
Method · 0.80
Calls
no outgoing calls
Tested by
1
setup
Method · 0.64