Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ray-project/ray
/ usage_stats_enabled
Function
usage_stats_enabled
python/ray/_common/usage/usage_lib.py:394–395 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
392
393
394
def
usage_stats_enabled() -> bool:
395
return
_usage_stats_enabledness() is not UsageStatsEnabledness.DISABLED_EXPLICITLY
396
397
398
def
usage_stats_prompt_enabled():
Callers
3
record_workload
Function · 0.90
record_execution_result
Function · 0.90
_generate_cluster_metadata
Function · 0.85
Calls
1
_usage_stats_enabledness
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…