MCPcopy Create free account
hub / github.com/cosiner/flag / write

Method write

help.go:45–49  ·  view source on GitHub ↗
(elem ...string)

Source from the content-addressed store, hash-verified

43}
44
45func (w *helpWriter) write(elem ...string) {
46 for _, s := range elem {
47 w.buf.Write([]byte(s))
48 }
49}
50
51func (w *helpWriter) writeln(elem ...string) {
52 w.write(elem...)

Callers 3

writelnMethod · 0.95
writeChildInfoMethod · 0.95
writeFlagValueInfoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected