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

Function tokenListRowFromToken

cli/tokens.go:173–175  ·  view source on GitHub ↗
(token codersdk.APIKeyWithOwner)

Source from the content-addressed store, hash-verified

171}
172
173func tokenListRowFromToken(token codersdk.APIKeyWithOwner) tokenListRow {
174 return tokenListRowFromKey(token.APIKey, token.Username)
175}
176
177func tokenListRowFromKey(token codersdk.APIKey, owner string) tokenListRow {
178 return tokenListRow{

Callers 1

listTokensMethod · 0.85

Calls 1

tokenListRowFromKeyFunction · 0.85

Tested by

no test coverage detected