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

Method DoStrings

IceFireDB-PubSub/test/proto/client.go:72–78  ·  view source on GitHub ↗

Do() + ReadStrings()

(cmd ...string)

Source from the content-addressed store, hash-verified

70
71// Do() + ReadStrings()
72func (c *Client) DoStrings(cmd ...string) ([]string, error) {
73 res, err := c.Do(cmd...)
74 if err != nil {
75 return nil, err
76 }
77 return ReadStrings(res)
78}

Callers

nothing calls this directly

Calls 2

DoMethod · 0.95
ReadStringsFunction · 0.70

Tested by

no test coverage detected