Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ishabdullah/Codey-v2
/ start_embed_server
Function
start_embed_server
core/embed_server.py:251–253 ·
view source on GitHub ↗
Start the global embed server. Idempotent.
()
Source
from the content-addressed store, hash-verified
249
250
251
def
start_embed_server() -> bool:
252
""
"Start the global embed server. Idempotent."
""
253
return
get_embed_server().start()
254
255
256
def
stop_embed_server():
Callers
2
_main_loop
Method · 0.90
_start_server
Function · 0.90
Calls
2
get_embed_server
Function · 0.85
start
Method · 0.45
Tested by
no test coverage detected