Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
runTests
Function · 0.95
test-fastutf8stream-sync.js
File · 0.80
test-fastutf8stream-flush-sync.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected