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

Method sync

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

Source from the content-addressed store, hash-verified

226 }
227
228 sync() {
229 return fsCall(fsync, this);
230 }
231
232 read(buffer, offset, length, position) {
233 return fsCall(read, this, buffer, offset, length, position);

Callers 6

FileHandleOperationsFunction · 0.45
handleFdSyncFunction · 0.45
validateFunction · 0.45
doTestFunction · 0.45

Calls 1

fsCallFunction · 0.85

Tested by

no test coverage detected