Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RASAAS/docmcp-knowledge
/ fulltext_exists
Function
fulltext_exists
scripts/fetch_fulltext.py:253–254 ·
view source on GitHub ↗
(entry: dict)
Source
from the content-addressed store, hash-verified
251
252
253
def
fulltext_exists(entry: dict) -> bool:
254
return
get_fulltext_path(entry).exists()
255
256
257
def
process_entry(entry: dict, dry_run: bool = False) -> bool:
Callers
2
process_entry
Function · 0.70
main
Function · 0.70
Calls
1
get_fulltext_path
Function · 0.70
Tested by
no test coverage detected