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

Struct testUserOutput

protocol/test_useroutput.go:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package protocol
2
3type testUserOutput struct{}
4
5func (out *testUserOutput) Printf(format string, a ...interface{}) (n int, err error) {
6 return 0, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected