MCPcopy Create free account
hub / github.com/ddd/gpb / reset_position

Method reset_position

src/workers/progress.rs:97–99  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

95 }
96
97 pub fn reset_position(&self) {
98 self.total_pb.set_position(0);
99 }
100
101 pub fn set_length(&self, length: u64) {
102 self.total_pb.set_length(length);

Callers 1

process_csv_modeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected