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

Method flushSync

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

Source from the content-addressed store, hash-verified

249 flush(cb = function(_err) {}) { this.#flush(cb); }
250
251 flushSync() { return this.#flushSync(); }
252
253 /**
254 * @param {string} [file]

Callers 3

runTestsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected