MCPcopy
hub / github.com/cilium/cilium / Writer

Function Writer

hubble/pkg/printer/options.go:79–83  ·  view source on GitHub ↗

Writer sets the custom destination for where the bytes are sent.

(w io.Writer)

Source from the content-addressed store, hash-verified

77
78// Writer sets the custom destination for where the bytes are sent.
79func Writer(w io.Writer) Option {
80 return func(opts *Options) {
81 opts.w = w
82 }
83}
84
85// IgnoreStderr configures the output to not print any
86func IgnoreStderr() Option {

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…