MCPcopy Index your code
hub / github.com/docker/cli / Format

TypeAlias Format

cli/command/formatter/formatter.go:29–29  ·  view source on GitHub ↗

Format is the format string rendered using the Context

Source from the content-addressed store, hash-verified

27
28// Format is the format string rendered using the Context
29type Format string
30
31// IsTable returns true if the format is a table-type format
32func (f Format) IsTable() bool {

Callers 8

TestContextFunction · 0.85
NewImageFormatFunction · 0.85
TestContainerBackCompatFunction · 0.85
NewBuildCacheFormatFunction · 0.85
NewVolumeFormatFunction · 0.85
NewDiskUsageFormatFunction · 0.85
NewContainerFormatFunction · 0.85
NewClientContextFormatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected