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

Method writeln

crates/ccql/src/cli/output.rs:48–51  ·  view source on GitHub ↗
(&mut self, text: &str)

Source from the content-addressed store, hash-verified

46 }
47
48 pub fn writeln(&mut self, text: &str) -> Result<()> {
49 writeln!(self.writer, "{}", text)?;
50 Ok(())
51 }
52}
53
54pub fn create_table() -> Table {

Callers 8

promptsFunction · 0.80
queryFunction · 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