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

Method with_vertices_processed

atomic-core/src/output/repo/file.rs:405–408  ·  view source on GitHub ↗

Set the vertices processed count. # Arguments `count` - Number of vertices processed

(mut self, count: usize)

Source from the content-addressed store, hash-verified

403 ///
404 /// * `count` - Number of vertices processed
405 pub fn with_vertices_processed(mut self, count: usize) -> Self {
406 self.vertices_processed = count;
407 self
408 }
409
410 /// Set the edges traversed count.
411 ///

Calls

no outgoing calls