MCPcopy Create free account
hub / github.com/PatrickSys/codebase-context / add

Function add

tests/fixtures/grammars/rust.rs:9–11  ·  view source on GitHub ↗
(calc: &mut Calculator, n: i64)

Source from the content-addressed store, hash-verified

7}
8
9fn add(calc: &mut Calculator, n: i64) {
10 calc.value += n;
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected