Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Bitmessage/PyBitmessage
/ stop
Method
stop
src/bitmessagemain.py:414–417 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
412
''
&
#x27;
413
414
def
stop(self):
415
with
shared.printLock:
416
print(
'Stopping Bitmessage Deamon.'
)
417
shutdown.doCleanShutdown()
418
419
420
#TODO: nice function but no one is using this
Callers
4
accept
Method · 0.45
reject
Method · 0.45
quit
Method · 0.45
stopUpdate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected