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

Method combine_threshold

atomic-core/src/record/workflow/graph_op/options.rs:186–189  ·  view source on GitHub ↗
(mut self, threshold: usize)

Source from the content-addressed store, hash-verified

184 /// ```
185 #[must_use]
186 pub fn combine_threshold(mut self, threshold: usize) -> Self {
187 self.combine_threshold = threshold;
188 self
189 }
190
191 /// Get the encoding setting.
192 #[must_use]

Callers 2

Calls

no outgoing calls

Tested by 2