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

Method Emit

csup/int.go:202–208  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

200}
201
202func (u *Uint32Encoder) Emit(w io.Writer) error {
203 var err error
204 if len(u.out) > 0 {
205 _, err = w.Write(u.out)
206 }
207 return err
208}
209
210func (u *Uint32Encoder) Segment(off uint64) (uint64, Segment) {
211 len := uint64(len(u.out))

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected