Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
88
func
(p *Pipe) Channel() <-
chan
any {
89
return
p.c
90
}
Callers
7
TestSubscribe
Function · 0.80
subscribeFixture
Function · 0.80
TestSubscribeAccountBalances
Function · 0.80
GetAccountBalancesStream
Method · 0.80
GetExchangeOrderbookStream
Method · 0.80
GetTickerStream
Method · 0.80
GetExchangeTickerStream
Method · 0.80
Calls
no outgoing calls
Tested by
3
TestSubscribe
Function · 0.64
subscribeFixture
Function · 0.64
TestSubscribeAccountBalances
Function · 0.64