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

Struct buffer

cli/command/formatter/tabwriter/tabwriter_test.go:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type buffer struct {
16 a []byte
17}
18
19func (b *buffer) init(n int) { b.a = make([]byte, 0, n) }
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected