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

Method log

crates/ffi/src/kernel.rs:2722–2725  ·  view source on GitHub ↗
(&self, line: &str)

Source from the content-addressed store, hash-verified

2720 std::env::var("IX_KERNEL_CHECK_MEM_STATS").as_deref(),
2721 Ok("0" | "false" | "off" | "no")
2722 )
2723}
2724
2725/// Emit a per-block cache-size diagnostic when the just-finished block
2726/// pushed any single cache past `threshold` entries, or when this block
2727/// set a new per-worker peak. Used only with `IX_KERNEL_CHECK_DIAG=1`.
2728#[allow(clippy::too_many_arguments)]

Callers 4

log_block_diag_if_bigFunction · 0.80
finishMethod · 0.80
log_mem_summaryMethod · 0.80
reportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected