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

Method processChunk

deps/v8/tools/zone-stats/trace-file-reader.js:223–233  ·  view source on GitHub ↗
(chunk)

Source from the content-addressed store, hash-verified

221 file: file,
222
223 processChunk(chunk) {
224 if (failed) return false;
225 try {
226 oboe_stream.emit('data', chunk);
227 return true;
228 } catch (e) {
229 console.error('Unable to parse chrome trace file.', e);
230 failed = true;
231 return false;
232 }
233 },
234
235 endProcessing() {
236 if (failed) return null;

Callers 2

readFileMethod · 0.45
startProcessingMethod · 0.45

Calls 4

popMethod · 0.80
emitMethod · 0.45
errorMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected