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

Method extend

crates/data-structures/src/error_stream.rs:174–176  ·  view source on GitHub ↗

Extend the stream with another stream.

(&mut self, other: impl IntoIterator<Item = E>)

Source from the content-addressed store, hash-verified

172
173 /// Extend the stream with another stream.
174 pub fn extend(&mut self, other: impl IntoIterator<Item = E>) {
175 self.0.extend(other);
176 }
177
178 /// Unpack an error into `self`, returning `None` if there was an error.
179 /// This is not exposed because `CombineErrors` is more convenient.

Callers 8

ephemeral_tablesMethod · 0.45
mergeMethod · 0.45
add_columns_to_tableMethod · 0.45
expect_nonemptyMethod · 0.45
add_extra_errorsMethod · 0.45
unpackMethod · 0.45
hash_deduplicateMethod · 0.45
collect_all_errorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected