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

Method Emit

csup/scode.go:101–107  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

99}
100
101func (p *ScodeEncoder) Emit(w io.Writer) error {
102 var err error
103 if len(p.out) > 0 {
104 _, err = w.Write(p.out)
105 }
106 return err
107}
108
109func (p *ScodeEncoder) Dict() (PrimitiveEncoder, []byte, []uint32) {
110 m := make(map[string]byte)

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected