MCPcopy Create free account
hub / github.com/Keyang/node-csvtojson / appendFinalResult

Method appendFinalResult

src/Result.ts:53–58  ·  view source on GitHub ↗
(lines: any[])

Source from the content-addressed store, hash-verified

51 })
52 }
53 appendFinalResult(lines: any[]) {
54 if (this.needEmitAll) {
55 this.finalResult = this.finalResult.concat(lines);
56 }
57 this.converter.parseRuntime.parsedLineNumber += lines.length;
58 }
59 processError(err: CSVError) {
60 if (this.converter.parseRuntime.subscribe && this.converter.parseRuntime.subscribe.onError) {
61 this.converter.parseRuntime.subscribe.onError(err);

Callers 4

processResultMethod · 0.95
browser.jsFile · 0.80
csvtojson.min.jsFile · 0.80
Result.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected