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

Function directDoStringArrErr

IceFireDB-PubSub/test/test_test.go:206–213  ·  view source on GitHub ↗
(tb testing.TB, c *proto.Client, args ...interface{})

Source from the content-addressed store, hash-verified

204}
205
206func directDoStringArrErr(tb testing.TB, c *proto.Client, args ...interface{}) ([]string, error) {
207 tb.Helper()
208 argList := interfaceToString(args)
209
210 res, err := c.Do(argList...)
211 ok(tb, err)
212 return proto.ReadArray(res)
213}
214
215func directDoStringErr(tb testing.TB, c *proto.Client, args ...interface{}) (string, error) {
216 tb.Helper()

Callers 1

TestHashKeysFunction · 0.70

Calls 4

ReadArrayFunction · 0.92
interfaceToStringFunction · 0.70
okFunction · 0.70
DoMethod · 0.45

Tested by

no test coverage detected