MCPcopy
hub / github.com/thrasher-corp/gocryptotrader / Channel

Method Channel

dispatch/mux.go:88–90  ·  view source on GitHub ↗

Channel returns the Pipe's channel

()

Source from the content-addressed store, hash-verified

86
87// Channel returns the Pipe's channel
88func (p *Pipe) Channel() <-chan any {
89 return p.c
90}

Callers 7

TestSubscribeFunction · 0.80
subscribeFixtureFunction · 0.80
GetTickerStreamMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestSubscribeFunction · 0.64
subscribeFixtureFunction · 0.64