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

Method Read

IceFireDB-Redis-Proxy/test/proto/client.go:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67func (c *Client) Read() (string, error) {
68 return Read(c.r)
69}
70
71// Do() + ReadStrings()
72func (c *Client) DoStrings(cmd ...string) ([]string, error) {

Callers 3

mustReadFunction · 0.45
ReadStringFunction · 0.45
ReadFunction · 0.45

Calls 1

ReadFunction · 0.70

Tested by 1

mustReadFunction · 0.36