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

Function Keyword

cli/cliui/cliui.go:93–95  ·  view source on GitHub ↗

Keyword formats a keyword for display.

(s string)

Source from the content-addressed store, hash-verified

91
92// Keyword formats a keyword for display.
93func Keyword(s string) string {
94 return pretty.Sprint(DefaultStyles.Keyword, s)
95}
96
97// Placeholder formats a placeholder for display.
98func Placeholder(s string) string {

Callers 15

GenerateConfigFunction · 0.92
stopMethod · 0.92
startMethod · 0.92
TestTaskCreateFunction · 0.92
taskPauseMethod · 0.92
deleteWorkspaceMethod · 0.92
templateVersionsToRowsFunction · 0.92
taskResumeMethod · 0.92
taskCreateMethod · 0.92
CreateMethod · 0.92
secretCreateMethod · 0.92
secretUpdateMethod · 0.92

Calls

no outgoing calls

Tested by 1

TestTaskCreateFunction · 0.74