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

Function get

python/ray/dashboard/client/src/service/requestHandlers.ts:63–68  ·  view source on GitHub ↗
(
  url: string,
  config?: AxiosRequestConfig,
)

Source from the content-addressed store, hash-verified

61);
62
63export const get = <T = any, R = AxiosResponse<T>>(
64 url: string,
65 config?: AxiosRequestConfig,
66): Promise<R> => {
67 return axiosInstance.get<T, R>(formatUrl(url), config);
68};
69
70export const head = <R = AxiosResponse>(
71 url: string,

Callers 15

getJobListFunction · 0.90
getJobDetailFunction · 0.90
getUsageStatsEnabledFunction · 0.90
getClusterMetadataFunction · 0.90
getRayStatusFunction · 0.90
getServeApplicationsFunction · 0.90
getDataDatasetsFunction · 0.90
getPlacementGroupFunction · 0.90
getTasksFunction · 0.90
getTaskFunction · 0.90

Calls 2

formatUrlFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected