Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ray-project/ray
/ getRayStatus
Function
getRayStatus
python/ray/dashboard/client/src/service/status.ts:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
};
10
11
export
const
getRayStatus = () => {
12
return
get<RayStatusResp>(
"api/cluster_status?format=1"
);
13
};
Callers
1
useRayStatus
Function · 0.90
Calls
1
get
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…