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

Method datasync

lib/internal/fs/promises.js:224–226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222 }
223
224 datasync() {
225 return fsCall(fdatasync, this);
226 }
227
228 sync() {
229 return fsCall(fsync, this);

Callers 4

validateFunction · 0.45
doTestFunction · 0.45

Calls 1

fsCallFunction · 0.85

Tested by

no test coverage detected