Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
def
_get_index_dir() -> Path:
48
return
Path(os.getenv(
"AFML_INDEX_DIR"
,
"afml/doc_1/index"
))
49
50
51
def
_load_store() -> IndexStore:
Callers
1
_load_store
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected