MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / directDoErr

Function directDoErr

IceFireDB-Redis-Proxy/test/test_test.go:154–162  ·  view source on GitHub ↗
(tb testing.TB, c *proto.Client, args ...string)

Source from the content-addressed store, hash-verified

152}
153
154func 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
164func interfaceToString(args []interface{}) []string {
165 argList := make([]string, len(args))

Callers

nothing calls this directly

Calls 1

DoMethod · 0.45

Tested by

no test coverage detected