Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/saffron
/ e
Function
e
saffron/src/parse.rs:1064–1070 ·
view source on GitHub ↗
(value: u8)
Source
from the content-addressed store, hash-verified
1062
}
1063
1064
fn e<E>(value: u8) -> E
1065
where
1066
E: TryFrom<u8>,
1067
E::Error: Debug,
1068
{
1069
E::try_from(value).unwrap()
1070
}
1071
1072
fn o<E>(value: u8) -> OrsExpr<E>
1073
where
Callers
4
o
Function · 0.85
r
Function · 0.85
s
Function · 0.85
rs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected