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

Function appKey

site/src/api/queries/oauth2.ts:7–7  ·  view source on GitHub ↗
(appId: string)

Source from the content-addressed store, hash-verified

5const appsKey = ["oauth2-provider", "apps"];
6const userAppsKey = (userId: string) => appsKey.concat(userId);
7const appKey = (appId: string) => appsKey.concat(appId);
8const appSecretsKey = (appId: string) => appKey(appId).concat("secrets");
9
10export const getGitHubDevice = () => {

Callers 3

appSecretsKeyFunction · 0.85
getAppFunction · 0.85
putAppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected