MCPcopy 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
76def set_db_manager(manager: DatabaseManager):
77 global db_manager
78 db_manager = manager
79
80def _get_eid(element):
81 if element is None: return None

Callers 3

test_ai_query_successFunction · 0.90
visualize_helperFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_ai_query_successFunction · 0.72