Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devashishdxt/cli-table
/ color_spec
Method
color_spec
cli-table/src/table.rs:76–78 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
74
}
75
76
fn color_spec(&self) -> ColorSpec {
77
self.style.color_spec()
78
}
79
80
fn required_dimension(&self) -> Dimension {
81
let mut heights = Vec::with_capacity(self.rows.len() + 1);
Callers
1
buffers
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected