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

Method align_values

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

Set whether to align values by padding keys.

(mut self, align: bool)

Source from the content-addressed store, hash-verified

559
560 /// Set whether to align values by padding keys.
561 pub fn align_values(mut self, align: bool) -> Self {
562 self.align_values = align;
563 self
564 }
565
566 /// Get the number of entries.
567 pub fn len(&self) -> usize {

Callers 1

Calls

no outgoing calls

Tested by 1