MCPcopy Index your code
hub / github.com/coder/coder / getApp

Function getApp

site/src/api/queries/oauth2.ts:31–36  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

29};
30
31export const getApp = (id: string) => {
32 return {
33 queryKey: appKey(id),
34 queryFn: () => API.getOAuth2ProviderApp(id),
35 };
36};
37
38export const postApp = (queryClient: QueryClient) => {
39 return {

Callers 1

TestTasksTelemetryFunction · 0.85

Calls 1

appKeyFunction · 0.85

Tested by 1

TestTasksTelemetryFunction · 0.68