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

Function cmdSINTERSTORE

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

Source from the content-addressed store, hash-verified

99}
100
101func cmdSINTERSTORE(m uhaha.Machine, args []string) (interface{}, error) {
102 return soptStoreGeneric(stringSliceToBytes(args), ledis.InterType)
103}
104
105func cmdSISMEMBER(m uhaha.Machine, args []string) (interface{}, error) {
106 if len(args) != 3 {

Callers

nothing calls this directly

Calls 2

soptStoreGenericFunction · 0.85
stringSliceToBytesFunction · 0.85

Tested by

no test coverage detected