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

Function build_string_array

crates/ffi/src/kernel.rs:3387–3393  ·  view source on GitHub ↗
(errors: &[String])

Source from the content-addressed store, hash-verified

3385 let must_persist = !self.quiet
3386 || !outcome.is_expected()
3387 || outcome.is_slow(self.slow_threshold);
3388 if must_persist {
3389 Some(format!(
3390 "{prefix} ... {}",
3391 outcome.checked_suffix(self.slow_threshold)
3392 ))
3393 } else {
3394 None
3395 }
3396 },

Callers 2

rs_kernel_roundtripFunction · 0.70

Calls 2

lenMethod · 0.45
iterMethod · 0.45

Tested by

no test coverage detected