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

Function _buffer_path

uncommon_route/telemetry.py:223–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221# ─── Buffer + Transmission ───
222
223def _buffer_path() -> Path:
224 return _config_dir() / "telemetry_buffer.jsonl"
225
226
227def _sent_log_path() -> Path:

Callers 4

disableFunction · 0.85
statusFunction · 0.85
buffer_recordFunction · 0.85
flushFunction · 0.85

Calls 1

_config_dirFunction · 0.85

Tested by

no test coverage detected