MCPcopy Create free account
hub / github.com/CSpyridakis/notes / plus_one

Function plus_one

Rust/notes.rs:322–324  ·  view source on GitHub ↗
(a: i32)

Source from the content-addressed store, hash-verified

320
321
322fn plus_one(a: i32) -> i32 {
323 a + 1
324}
325
326fn function_pointers(){
327 println!("\n======================================================================");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected