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

Function userKey

site/src/api/queries/users.ts:157–157  ·  view source on GitHub ↗
(usernameOrId: string)

Source from the content-addressed store, hash-verified

155};
156
157const userKey = (usernameOrId: string) => ["user", usernameOrId];
158
159export const user = (usernameOrId: string) => {
160 return {

Callers 1

userFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected