MCPcopy 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_tableFunction · 0.80
print_blocks_tableFunction · 0.80
print_tableFunction · 0.80
print_table_for_agentFunction · 0.80
print_table_from_groupsFunction · 0.80

Calls 1

pushMethod · 0.80