Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ has
Method
has
options.go:581–583 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
579
}
580
581
func
(o *queryOptions) has(name string) bool {
582
return
len(o.q[name]) > 0
583
}
584
585
func
(o *queryOptions) string(name string) string {
586
vs := o.q[name]
Callers
3
setupConnParams
Function · 0.95
setupClusterQueryParams
Function · 0.95
setupFailoverConnParams
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected