MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / stop

Function stop

src/Test/conftest.py:286–287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284 file_server.ip_incoming = {} # Reset flood protection
285
286 def stop():
287 file_server.stop()
288 request.addfinalizer(stop)
289 return file_server
290

Callers

nothing calls this directly

Calls 2

stopMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected