Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
pub fn create_table() -> Table {
Callers
8
prompts
Function · 0.80
query
Function · 0.80
sessions
Function · 0.80
stats
Function · 0.80
search
Function · 0.80
todos
Function · 0.80
duplicates
Function · 0.80
sql
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected