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:76–78 ·
view source on GitHub ↗
(manager: DatabaseManager)
Source
from the content-addressed store, hash-verified
74
_static_dir: Optional[str] = None
75
76
def
set_db_manager(manager: DatabaseManager):
77
global db_manager
78
db_manager = manager
79
80
def
_get_eid(element):
81
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