MCPcopy
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
581func (o *queryOptions) has(name string) bool {
582 return len(o.q[name]) > 0
583}
584
585func (o *queryOptions) string(name string) string {
586 vs := o.q[name]

Callers 3

setupConnParamsFunction · 0.95
setupClusterQueryParamsFunction · 0.95
setupFailoverConnParamsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected