MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / poll_frame

Method poll_frame

crates/openshell-server/src/multiplex.rs:788–793  ·  view source on GitHub ↗
(
        mut self: Pin<&mut Self>,
        cx: &mut Context<'_>,
    )

Source from the content-addressed store, hash-verified

786 type Error = Box<dyn std::error::Error + Send + Sync>;
787
788 fn poll_frame(
789 mut self: Pin<&mut Self>,
790 cx: &mut Context<'_>,
791 ) -> Poll<Option<Result<http_body::Frame<Self::Data>, Self::Error>>> {
792 Pin::new(&mut self.0).poll_frame(cx)
793 }
794
795 fn is_end_stream(&self) -> bool {
796 self.0.is_end_stream()

Callers 1

events_streamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected