MCPcopy Create free account
hub / github.com/browserify/rustify / add_one

Function add_one

example/add.rs:2–4  ·  view source on GitHub ↗
(x: i32)

Source from the content-addressed store, hash-verified

1#[no_mangle]
2pub fn add_one(x: i32) -> i32 {
3 x + 1
4}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected