MCPcopy Create free account
hub / github.com/AI45Lab/Code / fmt

Method fmt

core/src/mcp/transport/streamable_http.rs:373–378  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

371
372impl 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

Calls 2

finishMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected