Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
Source from the content-addressed store, hash-verified
| 371 | |
| 372 | impl std::fmt::Debug for StreamableHttpTransport { |
| 373 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 374 | f.debug_struct("StreamableHttpTransport") |
| 375 | .field("url", &self.url) |
| 376 | .field("connected", &self.connected.load(Ordering::Relaxed)) |
| 377 | .finish() |
| 378 | } |
| 379 | } |
| 380 | |
| 381 | // ============================================================================ |
Callers
nothing calls this directly
Tested by
no test coverage detected