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

Function appSecretsKey

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

Source from the content-addressed store, hash-verified

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 = () => {
11 return {

Callers 3

getAppSecretsFunction · 0.85
postAppSecretFunction · 0.85
deleteAppSecretFunction · 0.85

Calls 1

appKeyFunction · 0.85

Tested by

no test coverage detected