MCPcopy
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

2import { get } from "./requestHandlers";
3
4export const getServeApplications = () => {
5 return get<ServeApplicationsRsp>("api/serve/applications/");
6};

Callers 6

useServeDeploymentsFunction · 0.90
useServeReplicaDetailsFunction · 0.90
useServeProxyDetailsFunction · 0.90

Calls 1

getFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…