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

Method max

crates/ixon/src/univ.rs:39–41  ·  view source on GitHub ↗
(a: Arc<Self>, b: Arc<Self>)

Source from the content-addressed store, hash-verified

37 }
38
39 pub fn max(a: Arc<Self>, b: Arc<Self>) -> Arc<Self> {
40 Arc::new(Univ::Max(a, b))
41 }
42
43 pub fn imax(a: Arc<Self>, b: Arc<Self>) -> Arc<Self> {
44 Arc::new(Univ::IMax(a, b))

Callers 12

mainFunction · 0.45
run_shard_planFunction · 0.45
mainFunction · 0.45
populate_rowMethod · 0.45
collect_constraintsMethod · 0.45
rs_shard_espFunction · 0.45
rs_shard_esp_capFunction · 0.45
kernel_check_clear_everyFunction · 0.45
log_block_diag_if_bigFunction · 0.45
build_hashmap_from_pairsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected