MCPcopy Create free account
hub / github.com/hashintel/hash / spacing

Method spacing

libs/error-stack/src/fmt/mod.rs:481–484  ·  view source on GitHub ↗
(mut self, spacing: impl Into<Option<Spacing>>)

Source from the content-addressed store, hash-verified

479 }
480
481 fn spacing(mut self, spacing: impl Into<Option<Spacing>>) -> Self {
482 self.spacing = spacing.into();
483 self
484 }
485
486 const fn visible(mut self, visible: bool) -> Self {
487 self.visible = visible;

Callers 15

TypesTableFunction · 0.80
auth-heading.tsxFile · 0.80
EntitiesVisualizerFunction · 0.80
auth-paper.tsxFile · 0.80
PreFunction · 0.80
filter-section.tsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected