Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GCWing/BitFun
/ start_cell
Method
start_cell
src/apps/cli/src/ui/markdown.rs:577–580 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
575
}
576
577
fn start_cell(&mut self) {
578
self.current_row.push(Vec::new());
579
self.in_cell = true;
580
}
581
582
fn end_cell(&mut self) {
583
self.in_cell = false;
Callers
1
render
Method · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected