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

Function cmdSUNIONSTORE

set.go:134–136  ·  view source on GitHub ↗
(m uhaha.Machine, args []string)

Source from the content-addressed store, hash-verified

132}
133
134func cmdSUNIONSTORE(m uhaha.Machine, args []string) (interface{}, error) {
135 return soptStoreGeneric(stringSliceToBytes(args), ledis.UnionType)
136}
137
138func cmdSCLEAR(m uhaha.Machine, args []string) (interface{}, error) {
139 if len(args) != 2 {

Callers

nothing calls this directly

Calls 2

soptStoreGenericFunction · 0.85
stringSliceToBytesFunction · 0.85

Tested by

no test coverage detected