MCPcopy Index your code
hub / github.com/SmartPool/smartpool-client / Printf

Method Printf

stdout.go:7–9  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

5type StdOut struct{}
6
7func (StdOut) Printf(format string, a ...interface{}) (n int, err error) {
8 return fmt.Printf(format, a...)
9}

Callers

nothing calls this directly

Calls 1

PrintfMethod · 0.65

Tested by

no test coverage detected