index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ops
/
optimizer_tests
/
op_state_result.rs
blob: 331005c08bd02aef4625f084201fa5e840ff1c15 (
plain
)
1
2
3
fn foo(state: &mut OpState, a: u32, b: u32) -> Result<u32, AnyError> { Ok(a + b) }