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

Method finish

crates/ffi/src/kernel.rs:2578–2586  ·  view source on GitHub ↗
(&self, worker_idx: usize, outcome: &CheckOutcome)

Source from the content-addressed store, hash-verified

2576 let cap =
2577 if ram > 0.0 { ix_kernel::shard::cycle_cap_for_ram(ram) } else { mc };
2578 if cap == 0 {
2579 return LeanIOResult::error_string(
2580 "shard cap: RAM budget too small (must clear the ~50 GiB prover base)",
2581 );
2582 }
2583 let out = out_path.to_string();
2584 let out_opt = if out.is_empty() { None } else { Some(out.as_str()) };
2585 match ix_kernel::shard::shard_esp_cap(
2586 &esp_path.to_string(),
2587 cap,
2588 balance,
2589 parallelism,

Callers 6

run_anon_checks_parallelFunction · 0.45
build_block_profileFunction · 0.45
check_consts_loopFunction · 0.45
serveFunction · 0.45
connectFunction · 0.45

Calls 4

persistent_lineMethod · 0.80
logMethod · 0.80
clear_ephemeralMethod · 0.80
get_mutMethod · 0.45

Tested by

no test coverage detected