MCPcopy 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

fsyncFunction · 0.80
fsyncSyncFunction · 0.80
writeAllFunction · 0.80
#actualCloseMethod · 0.80
onDrainMethod · 0.80
closeFunction · 0.80
fsyncFunction · 0.80
fsyncFunction · 0.80
test-fs-fsync.jsFile · 0.80
fs-write.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected