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

Method init

pubsub.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (c *PubSub) init() {
54 c.exit = make(chan struct{})
55}
56
57func (c *PubSub) String() string {
58 c.mu.Lock()

Callers 3

pubSubMethod · 0.95
pubSubMethod · 0.95
pubSubMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected