MCPcopy 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
229func 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

cmdSADDFunction · 0.85
cmdSDIFFFunction · 0.85
cmdSDIFFSTOREFunction · 0.85
cmdSINTERFunction · 0.85
cmdSINTERSTOREFunction · 0.85
cmdSREMFunction · 0.85
cmdSUNIONFunction · 0.85
cmdSUNIONSTOREFunction · 0.85
cmdSMCLEARFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected