MCPcopy 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
20int 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
34int main()
35{

Callers 1

mainFunction · 0.70

Calls 4

set_valueFunction · 0.70
modifyFunction · 0.70
readFunction · 0.70
fooFunction · 0.50

Tested by

no test coverage detected