Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
class
_FakeDBManager:
114
def
get_driver(self, graph_name: str = None):
115
return
_FakeDriver()
116
117
def
close_driver(self):
118
return
None
119
120
121
class
_FakeGraphBuilder:
Callers
2
cli_test_stubs
Function · 0.70
test_find_content_surfaces_query_errors
Function · 0.70
Calls
no outgoing calls
Tested by
2
cli_test_stubs
Function · 0.56
test_find_content_surfaces_query_errors
Function · 0.56