MCPcopy Create free account
hub / github.com/docker/cli / append

Method append

cli/command/formatter/tabwriter/tabwriter.go:414–417  ·  view source on GitHub ↗

Append text to current cell.

(text []byte)

Source from the content-addressed store, hash-verified

412
413// Append text to current cell.
414func (b *Writer) append(text []byte) {
415 b.buf = append(b.buf, text...)
416 b.cell.size += len(text)
417}
418
419// Update the cell width.
420func (b *Writer) updateWidth() {

Callers 1

WriteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected