MCPcopy Create free account
hub / github.com/BitVM/BitVM / max

Function max

bridge/src/graphs/base.rs:71–73  ·  view source on GitHub ↗
(a: u64, b: u64)

Source from the content-addressed store, hash-verified

69}
70
71pub const fn max(a: u64, b: u64) -> u64 {
72 [a, b][(a < b) as usize]
73}
74
75pub async fn get_block_height(client: &AsyncClient) -> Result<u32, Error> {
76 match client.get_height().await {

Callers 2

base.rsFile · 0.85
test_peg_in_feesFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_peg_in_feesFunction · 0.68