Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
FileHandleOperations
Function · 0.45
handleFdSync
Function · 0.45
validate
Function · 0.45
test-vfs-file-handle.js
File · 0.45
doTest
Function · 0.45
test-vfs-virtual-file-handle.js
File · 0.45
Calls
1
fsCall
Function · 0.85
Tested by
no test coverage detected