Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeGraphContext/CodeGraphContext
/ set_db_manager
Function
set_db_manager
src/codegraphcontext/viz/server.py:90–92 ·
view source on GitHub ↗
(manager: DatabaseManager)
Source
from the content-addressed store, hash-verified
88
_static_dir: Optional[str] = None
89
90
def
set_db_manager(manager: DatabaseManager):
91
global db_manager
92
db_manager = manager
93
94
def
_get_eid(element):
95
if
element is None:
return
None
Callers
3
test_ai_query_no_api_keys
Function · 0.90
test_ai_query_success
Function · 0.90
visualize_helper
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_ai_query_no_api_keys
Function · 0.72
test_ai_query_success
Function · 0.72