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

Method finish

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

Source from the content-addressed store, hash-verified

900 }
901
902 fn finish(mut self) -> bool {
903 let _ = self.done.send(());
904 if let Some(handle) = self.handle.take() {
905 let _ = handle.join();
906 }
907 self.reported.load(Ordering::Relaxed)
908 }
909}
910
911fn 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