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

Method processString

deps/v8/tools/parse-processor.mjs:822–825  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

820 }
821
822 async processString(string) {
823 await this.processLogChunk(string);
824 this.postProcess();
825 }
826
827 async processLogFile(fileName) {
828 this.collectEntries = true

Callers

nothing calls this directly

Calls 2

postProcessMethod · 0.95
processLogChunkMethod · 0.80

Tested by

no test coverage detected