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

Function directDoList

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

Source from the content-addressed store, hash-verified

292}
293
294func directDoList(tb testing.TB, c *proto.Client, args ...interface{}) (interface{}, error) {
295 tb.Helper()
296 argList := interfaceToString(args)
297
298 res, err := c.Do(argList...)
299 ok(tb, err)
300 return res, err
301}

Callers

nothing calls this directly

Calls 3

interfaceToStringFunction · 0.70
okFunction · 0.70
DoMethod · 0.45

Tested by

no test coverage detected