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

Method is_expected

crates/ffi/src/kernel.rs:2248–2250  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2246 profile: &BlockProfile,
2247) {
2248 use ix_kernel::shard::{
2249 COST_PER_DEF_EQ, COST_PER_INGRESS_BYTE, COST_PER_INTERN, COST_PER_SUBST,
2250 COST_PER_WHNF, SHARD_COST_FLOOR, block_step_cost, ram_gib_for_steps,
2251 };
2252 let (mut hb, mut subst, mut whnf, mut defeq, mut nat, mut intern) =
2253 (0u64, 0u64, 0u64, 0u64, 0u64, 0u64);

Callers 3

checked_suffixMethod · 0.80
check_consts_loopFunction · 0.80
persistent_lineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected