Function
directDoErr
(tb testing.TB, c *proto.Client, args ...string)
Source from the content-addressed store, hash-verified
| 152 | } |
| 153 | |
| 154 | func directDoErr(tb testing.TB, c *proto.Client, args ...string) error { |
| 155 | tb.Helper() |
| 156 | // args, _ = args[:len(args)-1], args[len(args)-1] |
| 157 | |
| 158 | _, err := c.Do(args...) |
| 159 | /*ok(tb, err) |
| 160 | equals(tb, want, res)*/ |
| 161 | return err |
| 162 | } |
| 163 | |
| 164 | func interfaceToString(args []interface{}) []string { |
| 165 | argList := make([]string, len(args)) |
Callers
nothing calls this directly
Tested by
no test coverage detected