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

Function userSkillsPath

codersdk/userskills.go:45–47  ·  view source on GitHub ↗
(user string)

Source from the content-addressed store, hash-verified

43}
44
45func userSkillsPath(user string) string {
46 return fmt.Sprintf("/api/experimental/users/%s/skills", url.PathEscape(user))
47}
48
49func userSkillPath(user string, name string) string {
50 return fmt.Sprintf("%s/%s", userSkillsPath(user), url.PathEscape(name))

Callers 3

userSkillPathFunction · 0.70
CreateUserSkillMethod · 0.70
UserSkillsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected