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

Method end_row

src/apps/cli/src/ui/markdown.rs:570–575  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

568 }
569
570 fn end_row(&mut self) {
571 if !self.current_row.is_empty() {
572 self.rows.push(std::mem::take(&mut self.current_row));
573 }
574 self.is_header = false;
575 }
576
577 fn start_cell(&mut self) {
578 self.current_row.push(Vec::new());

Callers 1

renderMethod · 0.80

Calls 3

takeFunction · 0.85
is_emptyMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected