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

Method update_message

src/workers/progress.rs:93–95  ·  view source on GitHub ↗
(&self, message: &str)

Source from the content-addressed store, hash-verified

91 // New methods for CSV processing mode
92
93 pub fn update_message(&self, message: &str) {
94 self.total_pb.set_message(message.to_string());
95 }
96
97 pub fn reset_position(&self) {
98 self.total_pb.set_position(0);

Callers 1

process_csv_modeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected