MCPcopy
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
394def usage_stats_enabled() -> bool:
395 return _usage_stats_enabledness() is not UsageStatsEnabledness.DISABLED_EXPLICITLY
396
397
398def usage_stats_prompt_enabled():

Callers 3

record_workloadFunction · 0.90
record_execution_resultFunction · 0.90

Calls 1

_usage_stats_enablednessFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…