Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ expectNil
Function
expectNil
vectorset_commands_integration_test.go:14–16 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
12
)
13
14
func
expectNil(err error) {
15
Expect(err).NotTo(HaveOccurred())
16
}
17
18
func
expectTrue(t bool) {
19
expectEqual(t, true)
Callers
1
vectorset_commands_integration_test.go
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected