MCPcopy Create free account
hub / github.com/encounter/objdiff / spacing

Method spacing

objdiff-core/src/diff/display.rs:80–82  ·  view source on GitHub ↗
(spaces: u8)

Source from the content-addressed store, hash-verified

78
79 #[inline(always)]
80 pub fn spacing(spaces: u8) -> Self {
81 Self { text: DiffText::Spacing(spaces), color: DiffTextColor::Normal, pad_to: 0 }
82 }
83}
84
85const EOL_SEGMENT: DiffTextSegment<'static> =

Callers 1

graphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected