Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tirth8205/code-review-graph
/ _init_schema
Method
_init_schema
code_review_graph/graph.py:175–177 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
173
self.close()
174
175
def
_init_schema(self) -> None:
176
self._conn.executescript(_SCHEMA_SQL)
177
self._conn.commit()
178
179
def
_invalidate_cache(self) -> None:
180
""
"Invalidate the cached NetworkX graph after write operations."
""
Callers
1
__init__
Method · 0.95
Calls
1
commit
Method · 0.80
Tested by
no test coverage detected