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

Function cmdSINTER

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

Source from the content-addressed store, hash-verified

95}
96
97func cmdSINTER(m uhaha.Machine, args []string) (interface{}, error) {
98 return soptGeneric(stringSliceToBytes(args), ledis.InterType)
99}
100
101func cmdSINTERSTORE(m uhaha.Machine, args []string) (interface{}, error) {
102 return soptStoreGeneric(stringSliceToBytes(args), ledis.InterType)

Callers

nothing calls this directly

Calls 2

soptGenericFunction · 0.85
stringSliceToBytesFunction · 0.85

Tested by

no test coverage detected