Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
pub const fn max(a: u64, b: u64) -> u64 {
72
[a, b][(a < b) as usize]
73
}
74
75
pub async fn get_block_height(client: &AsyncClient) -> Result<u32, Error> {
76
match client.get_height().await {
Callers
2
base.rs
File · 0.85
test_peg_in_fees
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_peg_in_fees
Function · 0.68