MCPcopy
hub / github.com/tirth8205/code-review-graph / count

Method count

code_review_graph/embeddings.py:969–970  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

967 self._conn.commit()
968
969 def count(self) -> int:
970 return self._conn.execute("SELECT COUNT(*) FROM embeddings").fetchone()[0]
971
972
973def embed_all_nodes(graph_store: GraphStore, embedding_store: EmbeddingStore) -> int:

Callers 15

test_count_emptyMethod · 0.95
_embedding_searchFunction · 0.95
embed_graphFunction · 0.95
list_graph_statsFunction · 0.95
_thFunction · 0.80
test_idempotentMethod · 0.80
test_idempotentMethod · 0.80

Calls

no outgoing calls