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

Method write_vectored_at

src/fs/file_io_ext.rs:517–519  ·  view source on GitHub ↗
(&self, bufs: &[IoSlice], offset: u64)

Source from the content-addressed store, hash-verified

515 #[cfg(not(any(target_os = "ios", target_os = "macos", target_os = "redox")))]
516 #[inline]
517 fn write_vectored_at(&self, bufs: &[IoSlice], offset: u64) -> io::Result<usize> {
518 Ok(pwritev(self, bufs, offset)?)
519 }
520
521 #[cfg(not(any(target_os = "ios", target_os = "macos", target_os = "redox")))]
522 #[inline]

Callers 1

write_all_vectored_atMethod · 0.45

Calls 1

write_atMethod · 0.80

Tested by

no test coverage detected