MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / endRow

Function endRow

packages/shared-domain/src/database-csv.ts:39–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 field = ''
38 }
39 const endRow = (): void => {
40 endField()
41 // Drop blank lines (a single empty field).
42 if (!(row.length === 1 && row[0] === '')) rows.push(row)
43 row = []
44 }
45
46 while (i < n) {
47 const ch = text[i]

Callers 1

parseCsvFunction · 0.85

Calls 1

endFieldFunction · 0.85

Tested by

no test coverage detected