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

Method flush

crates/ffi/src/kernel.rs:2849–2853  ·  view source on GitHub ↗

Clear any trailing ephemeral output so subsequent prints start on a fresh line. Safe to call when nothing is buffered.

(&mut self)

Source from the content-addressed store, hash-verified

2847 if self.is_slow(slow_threshold) && self.is_expected() {
2848 format!("{suffix} [slow]")
2849 } else {
2850 suffix
2851 }
2852 }
2853}
2854
2855fn check_one_const<M: KernelMode, F>(
2856 i: usize,

Callers 4

openMethod · 0.80
recordMethod · 0.80
finalizeMethod · 0.80
check_consts_loopFunction · 0.80

Calls 1

clear_ephemeralMethod · 0.80

Tested by

no test coverage detected