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

Method finish

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

Source from the content-addressed store, hash-verified

892 }
893
894 fn finish(mut self) -> bool {
895 let _ = self.done.send(());
896 if let Some(handle) = self.handle.take() {
897 let _ = handle.join();
898 }
899 self.reported.load(Ordering::Relaxed)
900 }
901}
902
903fn 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