MCPcopy 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
90def set_db_manager(manager: DatabaseManager):
91 global db_manager
92 db_manager = manager
93
94def _get_eid(element):
95 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