MCPcopy Create free account
hub / github.com/GitoxideLabs/learning-rust-with-gitoxide / Adder

Class Adder

errors/src/main.rs:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25struct Adder<'a>(&'a i8);
26
27impl<'a> Adder<'a> {
28 fn add_one(&self) -> Result<i8, OutOfBoundsError> {

Callers 1

do_itFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected