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

Method Stats

output/websocket.go:69–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69func (w *WebSocket) Stats() baker.OutputStats {
70 return baker.OutputStats{
71 NumProcessedLines: atomic.LoadInt64(&w.totaln),
72 }
73}
74
75func (b *WebSocket) CanShard() bool {
76 return false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected