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

Method include_deleted

atomic-core/src/record/workflow/retrieve.rs:86–89  ·  view source on GitHub ↗

Set whether to include deleted content.

(mut self, include: bool)

Source from the content-addressed store, hash-verified

84
85 /// Set whether to include deleted content.
86 pub fn include_deleted(mut self, include: bool) -> Self {
87 self.include_deleted = include;
88 self
89 }
90
91 /// Set maximum span count.
92 pub fn max_vertices(mut self, max: usize) -> Self {

Calls

no outgoing calls