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

Method deletion_aware

atomic-core/src/output/alive/retrieve/options.rs:166–168  ·  view source on GitHub ↗

Whether vertex aliveness uses the deletion-aware (filtered) logic.

(&self)

Source from the content-addressed store, hash-verified

164
165 /// Whether vertex aliveness uses the deletion-aware (filtered) logic.
166 pub(crate) fn deletion_aware(&self) -> bool {
167 self.change_filter.is_some() || self.deletions_final
168 }
169
170 /// Check if a change ID passes the filter.
171 ///

Callers 2

retrieve_graphFunction · 0.80
is_vertex_aliveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected