MCPcopy Create free account
hub / github.com/bytecodealliance/system-interface / write_vectored

Method write_vectored

src/io/io_ext.rs:265–267  ·  view source on GitHub ↗
(&self, bufs: &[IoSlice])

Source from the content-addressed store, hash-verified

263
264 #[inline]
265 fn write_vectored(&self, bufs: &[IoSlice]) -> io::Result<usize> {
266 Write::write_vectored(&mut &*self.as_filelike_view::<std::fs::File>(), bufs)
267 }
268
269 #[inline]
270 fn flush(&self) -> io::Result<()> {

Callers 2

write_all_vectoredMethod · 0.80
append_vectoredMethod · 0.80

Calls 1

write_vectoredFunction · 0.85

Tested by

no test coverage detected