MCPcopy
hub / github.com/apache/devlake / Write

Method Write

backend/helpers/pluginhelper/csv_file_writer.go:77–82  ·  view source on GitHub ↗

Write the values into csv

(values []string)

Source from the content-addressed store, hash-verified

75
76// Write the values into csv
77func (ci *CsvFileWriter) Write(values []string) {
78 err := ci.writer.Write(values)
79 if err != nil {
80 panic(err)
81 }
82}
83
84// Flush the wrote data into file physically
85func (ci *CsvFileWriter) Flush() {

Callers 13

TestExampleCsvFileFunction · 0.95
UpdateCSVsMethod · 0.95
CreateSnapshotMethod · 0.95
ExportRawTableMethod · 0.95
NewCsvFileWriterFunction · 0.45
hashScriptFunction · 0.45
TestTransformTableFunction · 0.45
TestCopyTableColumnsFunction · 0.45
TestTransformColumnsFunction · 0.45

Calls

no outgoing calls

Tested by 7

TestExampleCsvFileFunction · 0.76
TestTransformTableFunction · 0.36
TestCopyTableColumnsFunction · 0.36
TestTransformColumnsFunction · 0.36