MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / into_iter

Method into_iter

crates/lib/src/http.rs:124–126  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

122impl Headers {
123 #[allow(clippy::should_implement_trait)]
124 pub fn into_iter(self) -> impl Iterator<Item = (Box<str>, Box<[u8]>)> {
125 IntoIterator::into_iter(self.entries).map(|HttpHeaderPair { name, value }| (name, value))
126 }
127
128 /// The sum of the lengths of all the header names and header values.
129 ///

Callers 15

check_license_symlinksFunction · 0.45
mainFunction · 0.45
generateMethod · 0.45
first_textMethod · 0.45
into_first_textMethod · 0.45
first_textMethod · 0.45
run_benchmarksFunction · 0.45

Calls 1

mapMethod · 0.45

Tested by 13

every_vec_structFunction · 0.36
tupleFunction · 0.36
enummFunction · 0.36
test_enumFunction · 0.36
serialize_benchmarksFunction · 0.36
read_log_skip_repeatingFunction · 0.36