MCPcopy Index your code
hub / github.com/ByteStorage/FlyDB / newClient

Function newClient

cmd/client/string.go:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10var Addr string
11
12func newClient() *client.Client {
13 return &client.Client{
14 Addr: Addr,
15 }
16}
17
18func stringPutData(c *grumble.Context) error {
19 key := c.Args.String("key")

Callers 15

SetAddFunction · 0.85
SetAddsFunction · 0.85
SetRemFunction · 0.85
SetRemsFunction · 0.85
SetCardFunction · 0.85
SetMembersFunction · 0.85
SetIsMemberFunction · 0.85
SetUnionFunction · 0.85
SetInterFunction · 0.85
SetDiffFunction · 0.85
SetUnionStoreFunction · 0.85
SetInterStoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected