Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Commit-Boost/commit-boost-client
/ bls_pubkey_from_hex_unchecked
Function
bls_pubkey_from_hex_unchecked
tests/src/utils.rs:139–141 ·
view source on GitHub ↗
(hex: &str)
Source
from the content-addressed store, hash-verified
137
}
138
139
pub fn bls_pubkey_from_hex_unchecked(hex: &str) -> BlsPublicKey {
140
bls_pubkey_from_hex(hex).unwrap()
141
}
Callers
1
test_ssv_network_fetch
Function · 0.50
Calls
1
bls_pubkey_from_hex
Function · 0.85
Tested by
1
test_ssv_network_fetch
Function · 0.40