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

Function foo

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

Source from the content-addressed store, hash-verified

19
20void noop() {}
21void foo() {
22 static int i=0;
23 ++i; int j = i; (void)j;
24 noop();
25 noop();
26}
27int main() {
28 std::cout << "Hello, world!" << std::endl;
29 foo();

Callers 1

mainFunction · 0.70

Calls 1

noopFunction · 0.70

Tested by

no test coverage detected