Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
type
StdOut
struct
{}
6
7
func
(StdOut) Printf(format string, a ...
interface
{}) (n int, err error) {
8
return
fmt.Printf(format, a...)
9
}
Callers
nothing calls this directly
Calls
1
Printf
Method · 0.65
Tested by
no test coverage detected