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

Function valueEnd

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

Source from the content-addressed store, hash-verified

177}
178
179function valueEnd (ctx) {
180 const value = ctx.options.typed ? inferType(ctx.value) : ctx.value;
181 ctx.entry.push(ctx.reviver(value, ctx.row, ctx.col));
182 ctx.value = '';
183 ctx.col++;
184}
185
186function entryEnd (ctx) {
187 ctx.output.push(ctx.entry);

Callers 1

parseFunction · 0.85

Calls 2

inferTypeFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected