Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
const
userKey = (usernameOrId: string) => [
"user"
, usernameOrId];
158
159
export
const
user = (usernameOrId: string) => {
160
return
{
Callers
1
user
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected