MCPcopy Create free account
hub / github.com/AdRoll/baker / Stats

Method Stats

input/tcp.go:136–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134}
135
136func (s *TCP) Stats() baker.InputStats {
137 return baker.InputStats{
138 NumProcessedLines: atomic.LoadInt64(&s.numLines),
139 }
140}
141
142func (s *TCP) Stop() {
143 atomic.StoreInt64(&s.stop, 1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected