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

Function _sent_log_path

uncommon_route/telemetry.py:227–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225
226
227def _sent_log_path() -> Path:
228 return _config_dir() / "telemetry_sent.jsonl"
229
230
231def buffer_record(record: TelemetryRecord) -> None:

Callers 3

statusFunction · 0.85
flushFunction · 0.85
get_sent_recordsFunction · 0.85

Calls 1

_config_dirFunction · 0.85

Tested by

no test coverage detected