Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ahgamut/rust-ape-example
/ decrease
Function
decrease
src/bin/std_misc_arg_matching.rs:10–12 ·
view source on GitHub ↗
(number: i32)
Source
from the content-addressed store, hash-verified
8
}
9
10
fn decrease(number: i32) {
11
println!(
"{}"
, number - 1);
12
}
13
14
fn help() {
15
println!("usage:
Callers
1
part0
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected