Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
void noop() {}
21
void foo() {
22
static int i=0;
23
++i; int j = i; (void)j;
24
noop();
25
noop();
26
}
27
int main() {
28
std::cout <<
"Hello, world!"
<< std::endl;
29
foo();
Callers
1
main
Function · 0.70
Calls
1
noop
Function · 0.70
Tested by
no test coverage detected