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

Method off

deps/npm/lib/utils/log-file.js:44–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 off () {
45 process.off('log', this.#logHandler)
46 this.#endStream()
47 }
48
49 load ({ command, path, logsMax = Infinity, timing } = {}) {
50 if (['completion'].includes(command)) {

Callers 1

LogFilesClass · 0.95

Calls 1

#endStreamMethod · 0.95

Tested by

no test coverage detected