MCPcopy Index your code
hub / github.com/fastapi/fastapi / get_lang_paths

Function get_lang_paths

scripts/docs.py:108–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106
107
108def get_lang_paths() -> list[Path]:
109 return sorted(docs_path.iterdir())
110
111
112def lang_callback(lang: str | None) -> str | None:

Callers 5

complete_existing_langFunction · 0.85
build_allFunction · 0.85
ensure_non_translatedFunction · 0.85
langs_jsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…