Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdRoll/baker
/ setOutputChannel
Method
setOutputChannel
input/tcp.go:120–122 ·
view source on GitHub ↗
(data chan<- *baker.Data)
Source
from the content-addressed store, hash-verified
118
}
119
120
func
(s *TCP) setOutputChannel(data
chan
<- *baker.Data) {
121
s.data = data
122
}
123
124
func
(s *TCP) send(data *baker.Data) {
125
nlines := int64(bytes.Count(data.Bytes, []byte{
'\n'
}))
Callers
1
Run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected