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

Function userSkillPath

site/src/api/api.ts:414–415  ·  view source on GitHub ↗
(user: string, name: string)

Source from the content-addressed store, hash-verified

412const userSkillsPath = (user: string) =>
413 `/api/experimental/users/${encodeURIComponent(user)}/skills`;
414const userSkillPath = (user: string, name: string) =>
415 `${userSkillsPath(user)}/${encodeURIComponent(name)}`;
416const userAIProviderKeysPath = (user = "me") =>
417 `/api/experimental/users/${encodeURIComponent(user)}/ai-provider-keys`;
418const mcpServerConfigsPath = "/api/experimental/mcp/servers";

Callers 1

Calls 1

userSkillsPathFunction · 0.70

Tested by

no test coverage detected