Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ some
Function
some
ctutils/src/ct_option.rs:864–866 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
862
863
#[test]
864
fn some() {
865
assert!(CtOption::some(VALUE).ct_eq(&SOME).to_bool());
866
}
867
868
#[test]
869
fn unwrap_some() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected