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

Method finish

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

Source from the content-addressed store, hash-verified

944 }
945
946 fn finish(mut self) -> bool {
947 let _ = self.done.send(());
948 if let Some(handle) = self.handle.take() {
949 let _ = handle.join();
950 }
951 self.reported.load(Ordering::Relaxed)
952 }
953}
954
955fn 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