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

Function Code

cli/cliui/cliui.go:108–110  ·  view source on GitHub ↗

Code formats code for display.

(s string)

Source from the content-addressed store, hash-verified

106
107// Code formats code for display.
108func Code(s string) string {
109 return pretty.Sprint(DefaultStyles.Code, s)
110}
111
112// Field formats a field for display.
113func Field(s string) string {

Callers 5

GenerateConfigFunction · 0.92
templatePullMethod · 0.92
templatePushMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected