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

Function TestSetOperation

set_test.go:101–106  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

99}
100
101func TestSetOperation(t *testing.T) {
102 db := getTestConn()
103 testUnion(db, t)
104 testInter(db, t)
105 testDiff(db, t)
106}
107
108func testUnion(db *redis.Client, t *testing.T) {
109 ctx := context.Background()

Callers

nothing calls this directly

Calls 4

getTestConnFunction · 0.85
testUnionFunction · 0.85
testInterFunction · 0.85
testDiffFunction · 0.85

Tested by

no test coverage detected