Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ endProcessing
Method
endProcessing
deps/v8/tools/zone-stats/trace-file-reader.js:235–239 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
233
},
234
235
endProcessing() {
236
if
(failed)
return
null;
237
oboe_stream.emit(
'end'
);
238
return
data;
239
},
240
};
241
return
processingState;
242
}
Callers
1
readFile
Method · 0.80
Calls
1
emit
Method · 0.45
Tested by
no test coverage detected