MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / _FakeDBManager

Class _FakeDBManager

tests/integration/cli/test_cli_commands.py:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112
113class _FakeDBManager:
114 def get_driver(self, graph_name: str = None):
115 return _FakeDriver()
116
117 def close_driver(self):
118 return None
119
120
121class _FakeGraphBuilder:

Callers 2

cli_test_stubsFunction · 0.70

Calls

no outgoing calls

Tested by 2

cli_test_stubsFunction · 0.56