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

Method write_all_at

src/fs/file_io_ext.rs:511–513  ·  view source on GitHub ↗
(&self, buf: &[u8], offset: u64)

Source from the content-addressed store, hash-verified

509
510 #[inline]
511 fn write_all_at(&self, buf: &[u8], offset: u64) -> io::Result<()> {
512 FileExt::write_all_at(&*self.as_filelike_view::<std::fs::File>(), buf, offset)
513 }
514
515 #[cfg(not(any(target_os = "ios", target_os = "macos", target_os = "redox")))]
516 #[inline]

Callers 1

write_all_vectored_atMethod · 0.45

Calls 2

write_all_atFunction · 0.85
reopen_writeFunction · 0.85

Tested by

no test coverage detected