MCPcopy Create free account
hub / github.com/douglance/devsql / write_table

Method write_table

crates/ccql/src/cli/output.rs:43–46  ·  view source on GitHub ↗
(&mut self, table: Table)

Source from the content-addressed store, hash-verified

41 }
42
43 pub fn write_table(&mut self, table: Table) -> Result<()> {
44 writeln!(self.writer, "{}", table)?;
45 Ok(())
46 }
47
48 pub fn writeln(&mut self, text: &str) -> Result<()> {
49 writeln!(self.writer, "{}", text)?;

Callers 7

promptsFunction · 0.80
sessionsFunction · 0.80
statsFunction · 0.80
searchFunction · 0.80
todosFunction · 0.80
duplicatesFunction · 0.80
sqlFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected