Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ stringSliceToBytes
Function
stringSliceToBytes
set.go:229–235 ·
view source on GitHub ↗
(args []string)
Source
from the content-addressed store, hash-verified
227
}
228
229
func
stringSliceToBytes(args []string) [][]byte {
230
bs := make([][]byte, len(args))
231
for
k, v :=
range
args {
232
bs[k] = []byte(v)
233
}
234
return
bs
235
}
Callers
9
cmdSADD
Function · 0.85
cmdSDIFF
Function · 0.85
cmdSDIFFSTORE
Function · 0.85
cmdSINTER
Function · 0.85
cmdSINTERSTORE
Function · 0.85
cmdSREM
Function · 0.85
cmdSUNION
Function · 0.85
cmdSUNIONSTORE
Function · 0.85
cmdSMCLEAR
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected