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

Function endField

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

Source from the content-addressed store, hash-verified

33 const n = text.length
34
35 const endField = (): void => {
36 row.push(field)
37 field = ''
38 }
39 const endRow = (): void => {
40 endField()
41 // Drop blank lines (a single empty field).

Callers 2

endRowFunction · 0.85
parseCsvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected