MCPcopy Index your code
hub / github.com/nodejs/node / processLogFile

Method processLogFile

deps/v8/tools/tickprocessor.mjs:758–764  ·  view source on GitHub ↗
(fileName)

Source from the content-addressed store, hash-verified

756 }
757
758 async processLogFile(fileName) {
759 this.lastLogFileName_ = fileName;
760 let line;
761 while (line = readline()) {
762 await this.processLogLine(line);
763 }
764 }
765
766 async processLogFileInTest(fileName) {
767 // Hack file name to avoid dealing with platform specifics.

Callers

nothing calls this directly

Calls 2

readlineFunction · 0.85
processLogLineMethod · 0.80

Tested by

no test coverage detected