Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
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