Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ray-project/ray
/ getServeApplications
Function
getServeApplications
python/ray/dashboard/client/src/service/serve.ts:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import
{ get } from
"./requestHandlers"
;
3
4
export
const
getServeApplications = () => {
5
return
get<ServeApplicationsRsp>(
"api/serve/applications/"
);
6
};
Callers
6
useServeDeployments
Function · 0.90
useServeApplicationDetails
Function · 0.90
useServeDeploymentDetails
Function · 0.90
useServeReplicaDetails
Function · 0.90
useServeProxyDetails
Function · 0.90
useServeControllerDetails
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…