Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ unwrap_none
Function
unwrap_none
ctutils/src/ct_option.rs:875–877 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
873
#[test]
874
#[should_panic]
875
fn unwrap_none() {
876
let _ = NONE.unwrap();
877
}
878
879
#[test]
880
fn unwrap_or() {
Callers
nothing calls this directly
Calls
1
unwrap
Method · 0.45
Tested by
no test coverage detected