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

Method include_deleted

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

Set whether to include deleted vertices. When true, vertices marked as deleted will be included in the graph. This is useful for showing conflict content or full history.

(mut self, include: bool)

Source from the content-addressed store, hash-verified

111 /// When true, vertices marked as deleted will be included in the graph.
112 /// This is useful for showing conflict content or full history.
113 pub fn include_deleted(mut self, include: bool) -> Self {
114 self.include_deleted = include;
115 self
116 }
117
118 /// Set the maximum number of vertices to retrieve.
119 ///

Calls

no outgoing calls