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

Method write

Platforms/emscripten/streams.mjs:199–201  ·  view source on GitHub ↗
(buffer)

Source from the content-addressed store, hash-verified

197 }
198
199 write(buffer) {
200 return fs.writeSync(this.nodeStream.fd, buffer);
201 }
202
203 fsync() {
204 nodeFsync(this.nodeStream.fd);

Callers 15

write_codeFunction · 0.45
write_frozenFunction · 0.45
fix_uplinkFunction · 0.45
urlretrieveFunction · 0.45
fixFunction · 0.45
node_entry.mjsFile · 0.45
streams.mjsFile · 0.45
src.mjsFile · 0.45
xcode_testFunction · 0.45
configure_wasi_pythonFunction · 0.45
emitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected