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

Method finish

test/common/wpt.js:86–89  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

84 }
85
86 finish(status) {
87 this.status = status ?? 'OK';
88 this.duration = Date.now() - this.#startTime;
89 }
90}
91
92// Generates a report that can be uploaded to wpt.fyi.

Callers 3

runJsTestsMethod · 0.45
completionCallbackMethod · 0.45
demoBugFunction · 0.45

Calls 1

nowMethod · 0.80

Tested by

no test coverage detected