Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RASAAS/docmcp-knowledge
/ get_stats
Method
get_stats
scripts/fetch_updates.py:610–611 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
608
return
(
"new"
,
"Unclassified category"
)
609
610
def
get_stats(self) -> dict:
611
return
dict(self.db_stats)
612
613
614
# ---------------------------------------------------------------------------
Callers
1
generate_report
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected