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

Function cmdSDIFFSTORE

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

Source from the content-addressed store, hash-verified

91}
92
93func cmdSDIFFSTORE(m uhaha.Machine, args []string) (interface{}, error) {
94 return soptStoreGeneric(stringSliceToBytes(args), ledis.DiffType)
95}
96
97func cmdSINTER(m uhaha.Machine, args []string) (interface{}, error) {
98 return soptGeneric(stringSliceToBytes(args), ledis.InterType)

Callers

nothing calls this directly

Calls 2

soptStoreGenericFunction · 0.85
stringSliceToBytesFunction · 0.85

Tested by

no test coverage detected