deno.land / x / deno@v1.28.2 / ops / optimizer_tests / op_state_result.rs

op_state_result.rs
1
2
3
4
fn foo(state: &mut OpState, a: u32, b: u32) -> Result<u32, AnyError> { Ok(a + b)}
deno

Version Info

Tagged at
a year ago