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

Method write

src/io/io_ext.rs:255–257  ·  view source on GitHub ↗
(&self, buf: &[u8])

Source from the content-addressed store, hash-verified

253
254 #[inline]
255 fn write(&self, buf: &[u8]) -> io::Result<usize> {
256 Write::write(&mut &*self.as_filelike_view::<std::fs::File>(), buf)
257 }
258
259 #[inline]
260 fn write_all(&self, buf: &[u8]) -> io::Result<()> {

Callers 2

appendMethod · 0.80
_reopen_writeFunction · 0.80

Calls 1

writeFunction · 0.85

Tested by

no test coverage detected