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

Method max_vertices

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

Set maximum span count.

(mut self, max: usize)

Source from the content-addressed store, hash-verified

90
91 /// Set maximum span count.
92 pub fn max_vertices(mut self, max: usize) -> Self {
93 self.max_vertices = Some(max);
94 self
95 }
96
97 /// Convert to file output options.
98 fn to_file_output_options(self) -> FileOutputOptions {

Callers 6

has_contentFunction · 0.45
test_options_cloneFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_options_cloneFunction · 0.36