MCPcopy Index your code
hub / github.com/processing/p5.js / entryEnd

Function entryEnd

src/io/csv.js:186–191  ·  view source on GitHub ↗
(ctx)

Source from the content-addressed store, hash-verified

184}
185
186function entryEnd (ctx) {
187 ctx.output.push(ctx.entry);
188 ctx.entry = [];
189 ctx.row++;
190 ctx.col = 1;
191}
192
193function inferType (value) {
194 const isNumber = /.\./;

Callers 1

parseFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected