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

Method poll_read

src/pglite/postgres_mod.rs:120–126  ·  view source on GitHub ↗
(
        self: Pin<&mut Self>,
        _cx: &mut TaskContext<'_>,
        _buf: &mut ReadBuf<'_>,
    )

Source from the content-addressed store, hash-verified

118
119impl virtual_fs::AsyncRead for TailCaptureFile {
120 fn poll_read(
121 self: Pin<&mut Self>,
122 _cx: &mut TaskContext<'_>,
123 _buf: &mut ReadBuf<'_>,
124 ) -> Poll<io::Result<()>> {
125 Poll::Ready(Ok(()))
126 }
127}
128
129impl virtual_fs::AsyncWrite for TailCaptureFile {

Callers

nothing calls this directly

Calls 6

with_innerMethod · 0.80
lenMethod · 0.80
readMethod · 0.80
advanceMethod · 0.80
elapsedMethod · 0.80
record_totalMethod · 0.80

Tested by

no test coverage detected