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

Function userSecretsKey

site/src/api/queries/userSecrets.ts:5–5  ·  view source on GitHub ↗
(userId: string)

Source from the content-addressed store, hash-verified

3import type * as TypesGen from "#/api/typesGenerated";
4
5const userSecretsKey = (userId: string) => ["users", userId, "secrets"];
6
7export const userSecrets = (userId: string) => {
8 return {

Callers 4

userSecretsFunction · 0.85
createUserSecretFunction · 0.85
updateUserSecretFunction · 0.85
deleteUserSecretFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected