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

Method flush

lib/internal/streams/fast-utf8-stream.js:249–249  ·  view source on GitHub ↗

* @param {FlushCallback} [cb]

(cb = function(_err) {})

Source from the content-addressed store, hash-verified

247 * @param {FlushCallback} [cb]
248 */
249 flush(cb = function(_err) {}) { this.#flush(cb); }
250
251 flushSync() { return this.#flushSync(); }
252

Callers 5

constructorMethod · 0.95
runTestsFunction · 0.95
runTestsFunction · 0.95
runTestsFunction · 0.95
runTestsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected