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

Function check_bool_inductive

crates/kernel/src/inductive.rs:4678–4682  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4676 for member in &members {
4677 if !matches!(self.try_get_const(member)?, Some(KConst::Recr { .. })) {
4678 return self.check_recursor_member(id);
4679 }
4680 }
4681
4682 if let Some(result) = self.env.block_check_results.get(&block).cloned() {
4683 return result;
4684 }
4685 let result = self.check_recursor_block(&block, &members);

Callers

nothing calls this directly

Calls 1

bool_envFunction · 0.70

Tested by

no test coverage detected