MCPcopy Create free account
hub / github.com/argumentcomputer/ix / start

Method start

crates/ffi/src/kernel.rs:2810–2819  ·  view source on GitHub ↗

Begin the progress indicator for a new constant. Quiet mode writes `{prefix} ...` as an ephemeral label; verbose mode writes it as the start of a line that will be completed by `finish`.

(&mut self, prefix: &str)

Source from the content-addressed store, hash-verified

2808 format!(
2809 " [{}/{}] {}",
2810 self.progress_index + 1,
2811 self.progress_total,
2812 self.display
2813 )
2814 }
2815
2816 fn err_msg(&self) -> &str {
2817 match &self.result {
2818 Ok(()) => "",
2819 Err((_kind, msg)) => msg,
2820 }
2821 }
2822

Callers 1

check_consts_loopFunction · 0.80

Calls 2

lines_occupiedFunction · 0.85
clear_ephemeralMethod · 0.80

Tested by

no test coverage detected