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

Function directDoNotParse

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

Source from the content-addressed store, hash-verified

186}
187
188func directDoNotParse(tb testing.TB, c *proto.Client, args ...interface{}) (string, error) {
189 tb.Helper()
190 argList := interfaceToString(args)
191 return c.Do(argList...)
192}
193
194func directDoString(tb testing.TB, c *proto.Client, args ...interface{}) string {
195 tb.Helper()

Callers

nothing calls this directly

Calls 2

interfaceToStringFunction · 0.70
DoMethod · 0.45

Tested by

no test coverage detected