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

Function enable

uncommon_route/telemetry.py:168–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166
167
168def enable() -> None:
169 config = _load_config()
170 config["telemetry"] = {"enabled": True}
171 _save_config(config)
172
173
174def disable() -> None:

Callers 1

_cmd_telemetryFunction · 0.90

Calls 2

_load_configFunction · 0.70
_save_configFunction · 0.70

Tested by

no test coverage detected