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

Method default

src/http/client.rs:216–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214 if let Ok(v) = value.to_str() {
215 response_headers
216 .entry(key.to_string())
217 .and_modify(|existing: &mut String| {
218 existing.push_str(", ");
219 existing.push_str(v);
220 })
221 .or_insert_with(|| v.to_string());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected