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

Function TextFormat

cli/cliui/output.go:196–198  ·  view source on GitHub ↗

TextFormat is a formatter that just outputs unstructured text. It uses fmt.Sprintf under the hood.

()

Source from the content-addressed store, hash-verified

194// TextFormat is a formatter that just outputs unstructured text.
195// It uses fmt.Sprintf under the hood.
196func TextFormat() OutputFormat {
197 return textFormat{}
198}
199
200func (textFormat) ID() string {
201 return "text"

Callers 11

whoamiMethod · 0.92
showOrganizationMethod · 0.92
statCPUMethod · 0.92
statMemMethod · 0.92
statDiskMethod · 0.92
versionMethod · 0.92
Test_OutputFormatterFunction · 0.92
patchProxyMethod · 0.92
listProxiesMethod · 0.92

Calls

no outgoing calls

Tested by 1

Test_OutputFormatterFunction · 0.74