MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / data_dir

Function data_dir

uncommon_route/paths.py:7–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6
7def data_dir() -> Path:
8 override = os.environ.get("UNCOMMON_ROUTE_DATA_DIR", "").strip()
9 if override:
10 return Path(override).expanduser()
11 return Path.home() / ".uncommon-route"
12
13
14def data_file(*parts: str) -> Path:

Callers 15

calibration.pyFile · 0.90
spend_control.pyFile · 0.90
providers.pyFile · 0.90
benchmark.pyFile · 0.90
_config_dirFunction · 0.90
cli.pyFile · 0.90
init_signalsFunction · 0.90
_learned_aliases_pathMethod · 0.90
__init__Method · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected