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

Method run_exec_command

src/pglite/client.rs:1292–1294  ·  view source on GitHub ↗
(&mut self, sql: &str)

Source from the content-addressed store, hash-verified

1290 }
1291
1292 fn run_exec_command(&mut self, sql: &str) -> Result<()> {
1293 self.exec_internal(sql, None).map(|_| ())
1294 }
1295
1296 fn handle_blob_input(&mut self, blob: Option<&Vec<u8>>) -> Result<()> {
1297 let path = self.dev_blob_path();

Callers 1

transactionMethod · 0.80

Calls 1

exec_internalMethod · 0.80

Tested by

no test coverage detected