MCPcopy
hub / github.com/qax-os/excelize / newStreamSetRowError

Function newStreamSetRowError

errors.go:338–340  ·  view source on GitHub ↗

newStreamSetRowError defined the error message on the stream writer receiving the non-ascending row number.

(row int)

Source from the content-addressed store, hash-verified

336// newStreamSetRowError defined the error message on the stream writer
337// receiving the non-ascending row number.
338func newStreamSetRowError(row int) error {
339 return fmt.Errorf("row %d has already been written", row)
340}
341
342// newStreamSetRowOrderError defined the error message on calling the SetRow
343// function before the order function.

Callers 2

SetRowMethod · 0.85
TestStreamSetRowFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestStreamSetRowFunction · 0.68