MCPcopy Create free account
hub / github.com/celer-pkg/celer / Fprintf

Function Fprintf

pkgs/color/color.go:53–55  ·  view source on GitHub ↗
(w io.Writer, style *Style, format string, args ...any)

Source from the content-addressed store, hash-verified

51}
52
53func Fprintf(w io.Writer, style *Style, format string, args ...any) {
54 fmt.Fprintf(w, style.Format(), fmt.Sprintf(format, args...))
55}
56
57func Println(style *Style, message string) {
58 fmt.Printf(style.Format()+"\n", message)

Callers 1

PrintErrorFunction · 0.85

Calls 2

FormatMethod · 0.80
SprintfMethod · 0.80

Tested by

no test coverage detected