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

Method is_change

atomic-core/src/diff/inline.rs:108–110  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

106 /// Check if this hunk represents a change.
107 #[inline]
108 pub fn is_change(&self) -> bool {
109 !matches!(self, HunkKind::Unchanged)
110 }
111
112 /// Check if this hunk represents deleted content.
113 #[inline]

Callers 8

old_changesMethod · 0.45
new_changesMethod · 0.45
old_change_countMethod · 0.45
new_change_countMethod · 0.45
deleted_bytesMethod · 0.45
inserted_bytesMethod · 0.45
render_with_ansiMethod · 0.45
render_with_htmlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected