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

Function cmdSUNION

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

Source from the content-addressed store, hash-verified

128}
129
130func cmdSUNION(m uhaha.Machine, args []string) (interface{}, error) {
131 return soptGeneric(stringSliceToBytes(args), ledis.UnionType)
132}
133
134func cmdSUNIONSTORE(m uhaha.Machine, args []string) (interface{}, error) {
135 return soptStoreGeneric(stringSliceToBytes(args), ledis.UnionType)

Callers

nothing calls this directly

Calls 2

soptGenericFunction · 0.85
stringSliceToBytesFunction · 0.85

Tested by

no test coverage detected