MCPcopy 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
253def fulltext_exists(entry: dict) -> bool:
254 return get_fulltext_path(entry).exists()
255
256
257def process_entry(entry: dict, dry_run: bool = False) -> bool:

Callers 2

process_entryFunction · 0.70
mainFunction · 0.70

Calls 1

get_fulltext_pathFunction · 0.70

Tested by

no test coverage detected