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

Method end

deps/npm/lib/utils/format-search-stream.js:69–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 end () {
70 super.write(this.#didFirst ? ']\n' : '\n[]\n')
71 super.end()
72 }
73}
74
75class TextOutputStream extends Minipass {

Callers 15

DisplayClass · 0.45
finishMethod · 0.45
#endStreamMethod · 0.45
getContentsFunction · 0.45
trust-cmd.jsFile · 0.45
npm.jsFile · 0.45
sbom-cyclonedx.jsFile · 0.45
timers.jsFile · 0.45
did-you-mean.jsFile · 0.45
sbom-spdx.jsFile · 0.45
explain-dep.jsFile · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected