Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ test_main
Function
test_main
kdevplatform/debugger/tests/files/primary_test.cpp:20–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
int test_main(int* i)
21
{
22
foo(5);
23
set_value(i);
24
25
modify(i);
26
read(i);
27
28
for(int j = 0; j < 10; ++j)
29
foo(j);
30
31
return 0;
32
}
33
34
int main()
35
{
Callers
1
main
Function · 0.70
Calls
4
set_value
Function · 0.70
modify
Function · 0.70
read
Function · 0.70
foo
Function · 0.50
Tested by
no test coverage detected