Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ foo
Function
foo
plugins/gdb/tests/breakpoints/foo.cpp:4–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <stdio.h>
3
4
void foo(int a)
5
{
6
int i = 10;
7
int i2 = 12;
8
int i3 = i + i2;
9
printf(
"i3 = %d\n"
, i3);
10
}
Callers
1
test_main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected