Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
10
var
Addr string
11
12
func
newClient() *client.Client {
13
return
&client.Client{
14
Addr: Addr,
15
}
16
}
17
18
func
stringPutData(c *grumble.Context) error {
19
key := c.Args.String(
"key"
)
Callers
15
SetAdd
Function · 0.85
SetAdds
Function · 0.85
SetRem
Function · 0.85
SetRems
Function · 0.85
SetCard
Function · 0.85
SetMembers
Function · 0.85
SetIsMember
Function · 0.85
SetUnion
Function · 0.85
SetInter
Function · 0.85
SetDiff
Function · 0.85
SetUnionStore
Function · 0.85
SetInterStore
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected