MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / protocol_input_remaining

Method protocol_input_remaining

src/pglite/postgres_mod.rs:1543–1552  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1541 }
1542
1543 fn protocol_input_remaining(&mut self) -> Result<i32> {
1544 let host_remaining = self.io.available(&mut self.store)?;
1545 if host_remaining > 0 {
1546 return Ok(host_remaining);
1547 }
1548 self.protocol
1549 .pq_buffer_remaining_data
1550 .call(&mut self.store)
1551 .context("pq_buffer_remaining_data")
1552 }
1553}
1554
1555fn process_wasix_runtime(engine: &Engine) -> Result<Arc<WasixProcessRuntime>> {

Callers 2

send_protocol_innerMethod · 0.80

Calls 1

availableMethod · 0.80

Tested by

no test coverage detected