MCPcopy Create free account
hub / github.com/bajrangCoder/setu / is_loading

Method is_loading

src/entities/response.rs:511–513  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

509 Self::classify_content(self.content_type.as_deref(), &self.payload.body_bytes)
510 }
511
512 fn raw_body_arc(&mut self) -> Arc<str> {
513 if !self.payload.body.is_empty() || self.payload.body_bytes.is_empty() {
514 return self.payload.body.clone();
515 }
516 if let Some(raw) = &self.payload.cached_raw_body {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected