Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccusage/ccusage
/ separator
Method
separator
rust/crates/ccusage-terminal/src/table.rs:50–52 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
48
}
49
50
pub fn separator(&mut self) {
51
self.rows.push(None);
52
}
53
54
pub fn column_count(&self) -> usize {
55
self.headers.len()
Callers
6
print_usage_table
Function · 0.80
print_blocks_table
Function · 0.80
print_table
Function · 0.80
print_table_for_agent
Function · 0.80
print_table_from_groups
Function · 0.80
snapshots_full_table_with_multiline_cells_and_separators
Function · 0.80
Calls
1
push
Method · 0.80
Tested by
1
snapshots_full_table_with_multiline_cells_and_separators
Function · 0.64