Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ fsyncSync
Function
fsyncSync
test/parallel/test-fastutf8stream-full-write-utf8.js:30–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
writeSync() { throw
new
Error(
'writeSync should not be used in async mode'
); },
29
fsync(fd, cb) { cb(); },
30
fsyncSync() {},
31
close(fd, cb) { cb(); },
32
open(path, flags, mode, cb) { cb(null, 42); },
33
mkdir(path, opts, cb) { cb(); },
Callers
1
runTests
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected