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

Method push

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

Push an error onto the stream.

(&mut self, error: E)

Source from the content-addressed store, hash-verified

167
168 /// Push an error onto the stream.
169 pub fn push(&mut self, error: E) {
170 self.0.push(error);
171 }
172
173 /// Extend the stream with another stream.
174 pub fn extend(&mut self, other: impl IntoIterator<Item = E>) {

Callers 14

get_all_tables_mut_txMethod · 0.45
reschema_tablesMethod · 0.45
delete_rowsMethod · 0.45
insertMethod · 0.45
push_schema_changeMethod · 0.45
create_indexMethod · 0.45
insertMethod · 0.45
get_or_insertMethod · 0.45

Calls

no outgoing calls