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

Method has_prims

crates/kernel/src/env.rs:462–464  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

460 }
461 },
462 ExprData::All(n, bi, t, b, _) => {
463 let ct = self.intern_expr_cached(t, memo);
464 let cb = self.intern_expr_cached(b, memo);
465 if ct.ptr_eq(t) && cb.ptr_eq(b) {
466 input.clone()
467 } else {

Callers 2

new_with_lazy_ixonMethod · 0.80
new_with_lazy_anonMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected