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

Method join

crates/ixon/src/assumption_tree.rs:99–101  ·  view source on GitHub ↗
(left: Self, right: Self)

Source from the content-addressed store, hash-verified

97 /// Combine two existing subtrees into a new free-form node in O(1).
98 #[inline]
99 pub fn join(left: Self, right: Self) -> Self {
100 AssumptionTree::Node(Box::new(left), Box::new(right))
101 }
102
103 // ---- Queries ----
104

Callers 15

append_proofFunction · 0.80
load_proof_indexFunction · 0.80
executeMethod · 0.80
store_dirMethod · 0.80
store_pathMethod · 0.80
rule_alpha_eq_with_permFunction · 0.80
compile_env_with_optionsFunction · 0.80
rs_compile_validate_auxFunction · 0.80
run_anon_checks_parallelFunction · 0.80

Calls 1

NodeClass · 0.85