Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ read
Function
read
crates/common/src/crt_fd.rs:390–392 ·
view source on GitHub ↗
(fd: Borrowed<'_>, buf: &mut [u8])
Source
from the content-addressed store, hash-verified
388
}
389
390
pub fn read(fd: Borrowed<'_>, buf: &mut [u8]) -> io::Result<usize> {
391
_read(fd.as_raw(), buf)
392
}
393
394
macro_rules! impl_rw {
395
($t:ty) => {
Callers
13
pop
Method · 0.70
next
Method · 0.70
next_back
Method · 0.70
get_prev
Method · 0.70
get_next
Method · 0.70
load_cert_chain
Method · 0.50
close_filetable_fds
Function · 0.50
load_crl_from_file
Method · 0.50
_test_decode_cert
Function · 0.50
_test_decode_cert
Function · 0.50
load_from_file
Method · 0.50
load_from_dir
Method · 0.50
Calls
2
_read
Function · 0.70
as_raw
Method · 0.45
Tested by
no test coverage detected