MCPcopy Create free account
hub / github.com/clice-io/clice / add

Function add

tests/data/modules/no_modules_plain_cpp/plain.cpp:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1int add(int a, int b) {
2 return a + b;
3}
4
5int main() {
6 return add(1, 2);

Callers 3

mainFunction · 0.70
mainFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected