Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ fsync
Method
fsync
lib/internal/streams/fast-utf8-stream.js:356–356 ·
view source on GitHub ↗
@type {boolean}
()
Source
from the content-addressed store, hash-verified
354
355
/** @
type
{boolean} */
356
get fsync() {
return
this.#fsync; }
357
358
/** @
type
{boolean} */
359
get append() {
return
this.#append; }
Callers
12
fsync
Function · 0.80
fsyncSync
Function · 0.80
writeAll
Function · 0.80
#actualClose
Method · 0.80
onDrain
Method · 0.80
close
Function · 0.80
fsync
Function · 0.80
fsync
Function · 0.80
test-fs-error-messages.js
File · 0.80
test-fs-fsync.js
File · 0.80
test-vfs-fs-fchmod-callback.js
File · 0.80
fs-write.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected