MCPcopy Create free account
hub / github.com/ceramicnetwork/rust-ceramic / poll_ready

Method poll_ready

api-server/src/lib.rs:634–636  ·  view source on GitHub ↗
(&self, cx: &mut Context)

Source from the content-addressed store, hash-verified

632#[async_trait]
633impl<T: Api<C> + Send + Sync, C: Clone + Send + Sync> ApiNoContext<C> for ContextWrapper<T, C> {
634 fn poll_ready(&self, cx: &mut Context) -> Poll<Result<(), ServiceError>> {
635 self.api().poll_ready(cx)
636 }
637
638 fn context(&self) -> &C {
639 ContextWrapper::context(self)

Callers

nothing calls this directly

Calls 1

apiMethod · 0.45

Tested by

no test coverage detected