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

File is_read_write.rs

src/io/is_read_write.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use std::io;
2#[cfg(not(windows))]
3use {io_lifetimes::AsFilelike, rustix::io::is_read_write};
4#[cfg(windows)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected