MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / stop_embed_server

Function stop_embed_server

core/embed_server.py:256–261  ·  view source on GitHub ↗

Stop the global embed server.

()

Source from the content-addressed store, hash-verified

254
255
256def stop_embed_server():
257 """Stop the global embed server."""
258 global _embed_server
259 if _embed_server is not None:
260 _embed_server.stop()
261 _embed_server = None

Callers 1

_main_loopMethod · 0.90

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected