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

Function _config_path

uncommon_route/telemetry.py:74–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72
73
74def _config_path() -> Path:
75 return _config_dir() / "config.json"
76
77
78def _load_config() -> dict[str, Any]:

Callers 2

_load_configFunction · 0.85
_save_configFunction · 0.85

Calls 1

_config_dirFunction · 0.85

Tested by

no test coverage detected