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

Method persist

crates/ffi/src/kernel.rs:2840–2845  ·  view source on GitHub ↗

Print a persistent line that is NOT preceded by a `start`, e.g. the not-found / ungrounded branches where we don't call `check_const`.

(&mut self, line: &str)

Source from the content-addressed store, hash-verified

2838 },
2839 (Err((_kind, msg)), false) => {
2840 format!("REJECTED ({elapsed:.1?}): {msg}")
2841 },
2842 (Err((_kind, msg)), true) => {
2843 format!("FAIL ({elapsed:.1?}, depth={peak}): {msg}")
2844 },
2845 };
2846
2847 if self.is_slow(slow_threshold) && self.is_expected() {
2848 format!("{suffix} [slow]")

Callers 1

check_consts_loopFunction · 0.80

Calls 1

clear_ephemeralMethod · 0.80

Tested by

no test coverage detected