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

Function get_embed_server

core/embed_server.py:244–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242
243
244def get_embed_server() -> EmbedServer:
245 global _embed_server
246 if _embed_server is None:
247 _embed_server = EmbedServer()
248 return _embed_server
249
250
251def start_embed_server() -> bool:

Callers 2

_main_loopMethod · 0.90
start_embed_serverFunction · 0.85

Calls 1

EmbedServerClass · 0.85

Tested by

no test coverage detected