Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ userDescription
Function
userDescription
codersdk/toolsdk/toolsdk.go:2513–2515 ·
view source on GitHub ↗
(action string)
Source
from the content-addressed store, hash-verified
2511
}
2512
2513
func
userDescription(action string) string {
2514
return
fmt.Sprintf(
"Username or ID of the user for which to %s. Omit or use the `me` keyword to %s for the authenticated user."
, action, action)
2515
}
Callers
1
toolsdk.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected