MCPcopy Index your code
hub / github.com/python/cpython / fsync

Method fsync

Platforms/emscripten/streams.mjs:203–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 }
202
203 fsync() {
204 nodeFsync(this.nodeStream.fd);
205 }
206
207 ioctl_tiocgwinsz() {
208 return [this.nodeStream.rows ?? 24, this.nodeStream.columns ?? 80];

Callers

nothing calls this directly

Calls 1

nodeFsyncFunction · 0.85

Tested by

no test coverage detected