MCPcopy Create free account
hub / github.com/KDE/kdevelop / main

Function main

plugins/debuggercommon/tests/debuggees/debugee4foo.cpp:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 noop();
26}
27int main() {
28 std::cout << "Hello, world!" << std::endl;
29 foo();
30 foo();
31
32 foo();
33 foo();
34 return 0;
35}

Callers

nothing calls this directly

Calls 1

fooFunction · 0.70

Tested by

no test coverage detected