Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
int add(int a, int b) {
2
return a + b;
3
}
4
5
int main() {
6
return add(1, 2);
Callers
3
main
Function · 0.70
main
Function · 0.50
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected