MCPcopy Create free account
hub / github.com/Open-Quant/openquant / _get_index_dir

Function _get_index_dir

scripts/afml_mcp_server.py:47–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46
47def _get_index_dir() -> Path:
48 return Path(os.getenv("AFML_INDEX_DIR", "afml/doc_1/index"))
49
50
51def _load_store() -> IndexStore:

Callers 1

_load_storeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected