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

Method finish

atomic-cli/src/commands/git/parallel.rs:833–839  ·  view source on GitHub ↗
(mut self)

Source from the content-addressed store, hash-verified

831 }
832
833 fn finish(mut self) -> bool {
834 let _ = self.done.send(());
835 if let Some(handle) = self.handle.take() {
836 let _ = handle.join();
837 }
838 self.reported.load(Ordering::Relaxed)
839 }
840}
841
842fn truncate_for_progress(input: &str, max_chars: usize) -> String {

Callers 15

write_commitMethod · 0.45
test_create_spinnerFunction · 0.45
test_create_progress_barFunction · 0.45
test_set_messageFunction · 0.45
test_is_finishedFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by 15

test_create_spinnerFunction · 0.36
test_create_progress_barFunction · 0.36
test_set_messageFunction · 0.36
test_is_finishedFunction · 0.36