MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / min_width

Method min_width

atomic-cli/src/output/table.rs:163–166  ·  view source on GitHub ↗

Set the minimum width for this column. # Arguments `width` - The minimum width in characters # Returns Self for method chaining.

(mut self, width: usize)

Source from the content-addressed store, hash-verified

161 ///
162 /// Self for method chaining.
163 pub fn min_width(mut self, width: usize) -> Self {
164 self.min_width = width;
165 self
166 }
167
168 /// Set the maximum width for this column.
169 ///

Callers 2

output_tableMethod · 0.80
test_column_builderFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_column_builderFunction · 0.64