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

Method start_table

src/apps/cli/src/ui/markdown.rs:558–564  ·  view source on GitHub ↗
(&mut self, alignments: Vec<Alignment>)

Source from the content-addressed store, hash-verified

556 }
557
558 fn start_table(&mut self, alignments: Vec<Alignment>) {
559 self.alignments = alignments;
560 self.current_row = Vec::new();
561 self.rows = Vec::new();
562 self.is_header = false;
563 self.in_table = true;
564 }
565
566 fn start_row(&mut self) {
567 self.current_row = Vec::new();

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected