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

Method start_row

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

Source from the content-addressed store, hash-verified

564 }
565
566 fn start_row(&mut self) {
567 self.current_row = Vec::new();
568 }
569
570 fn end_row(&mut self) {
571 if !self.current_row.is_empty() {

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected