Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
def
enable() -> None:
169
config = _load_config()
170
config[
"telemetry"
] = {
"enabled"
: True}
171
_save_config(config)
172
173
174
def
disable() -> None:
Callers
1
_cmd_telemetry
Function · 0.90
Calls
2
_load_config
Function · 0.70
_save_config
Function · 0.70
Tested by
no test coverage detected