MCPcopy Index your code
hub / github.com/felixge/httpsnoop / Printf

Method Printf

codegen/main.go:356–358  ·  view source on GitHub ↗
(s string, args ...interface{})

Source from the content-addressed store, hash-verified

354}
355
356func (g *Generator) Printf(s string, args ...interface{}) {
357 _, _ = fmt.Fprintf(&g.buf, s, args...)
358}
359
360func (g *Generator) WriteFile(name string) error {
361 src, err := g.Format()

Callers 3

ImplementationMethod · 0.95
TestsMethod · 0.95
writeHeaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected