MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / read

Method read

src/pglite/pg_dump.rs:645–647  ·  view source on GitHub ↗
(&mut self, _buf: &mut [u8])

Source from the content-addressed store, hash-verified

643
644impl Read for CaptureFile {
645 fn read(&mut self, _buf: &mut [u8]) -> std::io::Result<usize> {
646 Ok(0)
647 }
648}
649
650impl Write for CaptureFile {

Callers 12

openMethod · 0.80
read_atFunction · 0.80
sha256_file_with_lenFunction · 0.80
open_root_lock_fileFunction · 0.80
acquireMethod · 0.80
handle_streamMethod · 0.80
poll_readMethod · 0.80
add_pgdata_preopenFunction · 0.80
take_outputMethod · 0.80

Calls

no outgoing calls