MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / Error

Method Error

pkg/util/encoding/csv/writer.go:117–120  ·  view source on GitHub ↗

Error reports any error that has occurred during a previous Write or Flush.

()

Source from the content-addressed store, hash-verified

115
116// Error reports any error that has occurred during a previous Write or Flush.
117func (w *Writer) Error() error {
118 _, err := w.w.Write(nil)
119 return err
120}
121
122// WriteAll writes multiple CSV records to w using Write and then calls Flush.
123func (w *Writer) WriteAll(records [][]string) error {

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.80

Tested by

no test coverage detected