MCPcopy
hub / github.com/redis/go-redis / legacyHybridVector

Struct legacyHybridVector

search_commands_unit_test.go:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type legacyHybridVector struct {
22 value []any
23}
24
25func (v legacyHybridVector) Value() []any {
26 return v.value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected