MCPcopy Create free account
hub / github.com/RASAAS/docmcp-knowledge / load_index

Function load_index

scripts/fetch_nmpa_fulltext.py:420–422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

418# ---------------------------------------------------------------------------
419
420def load_index() -> dict:
421 with open(INDEX_PATH, "r", encoding="utf-8") as f:
422 return json.load(f)
423
424
425def save_index(data: dict):

Callers 5

rematch_unmatchedFunction · 0.85
discover_urlsFunction · 0.85
download_and_extractFunction · 0.85
cleanup_bad_fulltextFunction · 0.85
show_statsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected