Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
type
buffer
struct
{
16
a []byte
17
}
18
19
func
(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