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

Method send

src/pgtest/src/lib.rs:142–147  ·  view source on GitHub ↗
(&mut self, f: F)

Source from the content-addressed store, hash-verified

140 }
141
142 fn send<F: FnOnce(&mut BytesMut)>(&mut self, f: F) -> anyhow::Result<()> {
143 self.send_buf.clear();
144 f(&mut self.send_buf);
145 self.stream.write_all(&self.send_buf)?;
146 Ok(())
147 }
148 fn until(
149 &mut self,
150 until: Vec<&str>,

Callers 3

newMethod · 0.45
dropMethod · 0.45
run_testFunction · 0.45

Calls 2

clearMethod · 0.45
get_connMethod · 0.45

Tested by

no test coverage detected