Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
31
export
const
getApp = (id: string) => {
32
return
{
33
queryKey: appKey(id),
34
queryFn: () => API.getOAuth2ProviderApp(id),
35
};
36
};
37
38
export
const
postApp = (queryClient: QueryClient) => {
39
return
{
Callers
1
TestTasksTelemetry
Function · 0.85
Calls
1
appKey
Function · 0.85
Tested by
1
TestTasksTelemetry
Function · 0.68