MCPcopy Create free account
hub / github.com/coder/coder / userSkillsKey

Function userSkillsKey

site/src/api/queries/userSkills.ts:5–5  ·  view source on GitHub ↗
(user = "me")

Source from the content-addressed store, hash-verified

3import type * as TypesGen from "#/api/typesGenerated";
4
5const userSkillsKey = (user = "me") => ["user-skills", user] as const;
6
7const userSkillKey = (name: string, user = "me") =>
8 [...userSkillsKey(user), name] as const;

Callers 5

userSkillKeyFunction · 0.85
userSkillsFunction · 0.85
createUserSkillFunction · 0.85
updateUserSkillFunction · 0.85
deleteUserSkillFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected