MCPcopy 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
193class NodeWriter {

Callers 4

streams.mjsFile · 0.45
_sync_flushFunction · 0.45
test_writeMethod · 0.45
writefileMethod · 0.45

Calls 1

nodeFsyncFunction · 0.85

Tested by 1

test_writeMethod · 0.36