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

Function _config_dir

uncommon_route/telemetry.py:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67# ─── Opt-In Logic ───
68
69def _config_dir() -> Path:
70 from uncommon_route.paths import data_dir
71 return data_dir()
72
73
74def _config_path() -> Path:

Callers 3

_config_pathFunction · 0.85
_buffer_pathFunction · 0.85
_sent_log_pathFunction · 0.85

Calls 1

data_dirFunction · 0.90

Tested by

no test coverage detected