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

Function directDo

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

Source from the content-addressed store, hash-verified

179}
180
181func directDo(tb testing.TB, c *proto.Client, args ...interface{}) {
182 tb.Helper()
183 argList := interfaceToString(args)
184 _, err := c.Do(argList...)
185 ok(tb, err)
186}
187
188func directDoNotParse(tb testing.TB, c *proto.Client, args ...interface{}) (string, error) {
189 tb.Helper()

Callers 9

TestSpopFunction · 0.70
TestHashFunction · 0.70
TestHashDelFunction · 0.70
TestHashValuesFunction · 0.70
TestHashMgetFunction · 0.70
TestHashIncrbyFunction · 0.70
TestHashIncrbyfloatFunction · 0.70
TestHscanFunction · 0.70
TestHstrlenFunction · 0.70

Calls 3

interfaceToStringFunction · 0.70
okFunction · 0.70
DoMethod · 0.45

Tested by

no test coverage detected