Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
package
protocol
2
3
type
testUserOutput
struct
{}
4
5
func
(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