MCPcopy Create free account
hub / github.com/GCWing/BitFun / end_table

Method end_table

src/apps/cli/src/ui/markdown.rs:594–597  ·  view source on GitHub ↗
(&mut self, max_total_width: usize)

Source from the content-addressed store, hash-verified

592 }
593
594 fn end_table(&mut self, max_total_width: usize) -> Vec<Line<'static>> {
595 self.in_table = false;
596 self.render_table(max_total_width.max(1))
597 }
598
599 /// Calculate column widths based on content and fit them in the available width.
600 fn calculate_column_widths(&self, max_total_width: usize) -> Vec<usize> {

Callers 1

renderMethod · 0.80

Calls 1

render_tableMethod · 0.80

Tested by

no test coverage detected