MCPcopy Create free account
hub / github.com/bmatsuo/csvutil / WriteRow

Method WriteRow

writer.go:118–132  ·  view source on GitHub ↗

* func (csvw *Writer) WriteFieldsln(fields...string) (int, os.Error) { var n int = len(fields) var success int = 0 var err os.Error for i := 0; i < n; i++ { var onLastField bool = i == n-1 nbytes, err := csvw.writeField(fields[i], onLastField) success += nbyte

(fields ...string)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

WriteRowsMethod · 0.95
TestWriteRowFunction · 0.80

Calls 1

writeFieldMethod · 0.95

Tested by 1

TestWriteRowFunction · 0.64