MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / f

Function f

examples/buffer_errors.rs:130–132  ·  view source on GitHub ↗
(_: B)

Source from the content-addressed store, hash-verified

128 }
129 }
130 fn f<B: Buffer<u8>>(_: B) -> Result<usize, io::Errno> {
131 Ok(0)
132 }
133 fn g<B: Buffer<u8>>(_: B) -> Result<usize, io::Errno> {
134 Ok(0)
135 }

Callers 14

with_recv_msghdrFunction · 0.85
with_msghdrFunction · 0.85
with_recv_msghdrFunction · 0.85
with_msghdrFunction · 0.85
retry_on_intrFunction · 0.85
option_into_with_c_strFunction · 0.85
into_with_c_strMethod · 0.85
with_c_strFunction · 0.85
with_c_str_slow_pathFunction · 0.85
with_sockaddrMethod · 0.85
call_with_sockaddrFunction · 0.85
with_sockaddrMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected