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

Method try_project_core

crates/kernel/src/def_eq.rs:1494–1501  ·  view source on GitHub ↗
(
    &mut self,
    struct_id: &KId<M>,
    field: u64,
    e: &KExpr<M>,
  )

Source from the content-addressed store, hash-verified

1492 return Ok(false);
1493 }
1494 let mut v1 = v1.clone();
1495 let mut v2 = v2.clone();
1496 self.lazy_delta_proj_reduction(id1, *f1, &mut v1, &mut v2)
1497 },
1498 _ => Ok(false),
1499 }
1500 }
1501
1502 fn lazy_delta_proj_reduction(
1503 &mut self,
1504 struct_id: &KId<M>,

Callers 1

Calls 1

try_proj_reduceMethod · 0.80

Tested by

no test coverage detected