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

Method max_width

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

Set the maximum width for this column. # Arguments `width` - The maximum width in characters (0 means no maximum) # Returns Self for method chaining.

(mut self, width: usize)

Source from the content-addressed store, hash-verified

175 ///
176 /// Self for method chaining.
177 pub fn max_width(mut self, width: usize) -> Self {
178 self.max_width = width;
179 self
180 }
181}
182
183// Row

Callers 1

test_column_builderFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_column_builderFunction · 0.64