MCPcopy Create free account
hub / github.com/brimdata/super / WhiteChannelEnd

Method WhiteChannelEnd

api/queryio/writer.go:67–69  ·  view source on GitHub ↗
(channel string)

Source from the content-addressed store, hash-verified

65}
66
67func (w *Writer) WhiteChannelEnd(channel string) error {
68 return w.WriteControl(api.QueryChannelEnd{Channel: channel})
69}
70
71func (w *Writer) WriteProgress(stats vio.Progress) error {
72 v := api.QueryStats{

Callers 1

handleQueryFunction · 0.95

Calls 1

WriteControlMethod · 0.95

Tested by

no test coverage detected