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

Function create_table

crates/ccql/src/cli/output.rs:54–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54pub fn create_table() -> Table {
55 let mut table = Table::new();
56 table
57 .load_preset(UTF8_FULL_CONDENSED)
58 .set_content_arrangement(ContentArrangement::Dynamic);
59 table
60}
61
62pub fn truncate_string(s: &str, max_len: usize) -> String {
63 if s.len() > max_len {

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected