MCPcopy
hub / github.com/ray-project/ray / _get_library_usages

Function _get_library_usages

python/ray/_common/test_utils.py:211–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209
210
211def _get_library_usages() -> Set[str]:
212 return set(
213 ray_usage_lib.get_library_usages_to_report(
214 ray.experimental.internal_kv.internal_kv_get_gcs_client()
215 )
216 )
217
218
219def _get_extra_usage_tags() -> Dict[str, str]:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…