Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
244
def
get_embed_server() -> EmbedServer:
245
global _embed_server
246
if
_embed_server is None:
247
_embed_server = EmbedServer()
248
return
_embed_server
249
250
251
def
start_embed_server() -> bool:
Callers
2
_main_loop
Method · 0.90
start_embed_server
Function · 0.85
Calls
1
EmbedServer
Class · 0.85
Tested by
no test coverage detected