MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / emit_streaming_notices

Method emit_streaming_notices

src/environmentd/src/http/sql.rs:1138–1140  ·  view source on GitHub ↗
(&mut self, notices: Vec<AdapterNotice>)

Source from the content-addressed store, hash-verified

1136 }
1137
1138 async fn emit_streaming_notices(&mut self, notices: Vec<AdapterNotice>) -> Result<(), Error> {
1139 forward_notices(self, notices).await
1140 }
1141}
1142
1143async fn await_rows<S, F, R>(sender: &mut S, client: &mut SessionClient, f: F) -> Result<R, Error>

Callers 1

execute_stmtFunction · 0.45

Calls 1

forward_noticesFunction · 0.85

Tested by

no test coverage detected