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

Method clone

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

Source from the content-addressed store, hash-verified

117
118impl Clone for ProgressBars {
119 fn clone(&self) -> Self {
120 // We need to clone the progress bars properly
121 let total_pb = self.total_pb.clone();
122 let hits_pb = self.hits_pb.clone();
123 let stats_pb = self.stats_pb.clone();
124
125 Self {
126 total_pb,
127 hits_pb,
128 stats_pb,
129 }
130 }
131}

Callers 15

mainFunction · 0.80
get_countries_for_maskFunction · 0.80
get_auth_credentialsFunction · 0.80
workerFunction · 0.80
output_writerFunction · 0.80
process_csv_modeFunction · 0.80
csv_workerFunction · 0.80
set_static_bg_tokenFunction · 0.80
get_bg_tokenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected