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

Method Close

csup/writer.go:125–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123}
124
125func (v *ValWriter) Close() error {
126 err := v.serializer.Push(v.builder.Build(v.sctx))
127 if closeErr := v.serializer.Close(); err == nil {
128 err = closeErr
129 }
130 return err
131}

Callers 1

WriteCSUPFunction · 0.95

Calls 3

PushMethod · 0.65
BuildMethod · 0.65
CloseMethod · 0.65

Tested by

no test coverage detected