Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ fsync
Method
fsync
Platforms/emscripten/streams.mjs:188–190 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
186
}
187
188
fsync() {
189
nodeFsync(this.nodeStream.fd);
190
}
191
}
192
193
class
NodeWriter {
Callers
4
streams.mjs
File · 0.45
_sync_flush
Function · 0.45
test_write
Method · 0.45
writefile
Method · 0.45
Calls
1
nodeFsync
Function · 0.85
Tested by
1
test_write
Method · 0.36