Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ main
Function
main
plugins/debuggercommon/tests/debuggees/debugeereturnvalues.cpp:36–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
int main()
37
{
38
f();
39
g();
40
h();
41
42
const auto x = fp();
43
const auto name = theName();
44
return x + name.size();
45
}
Callers
nothing calls this directly
Calls
6
g
Function · 0.85
h
Function · 0.85
fp
Function · 0.85
theName
Function · 0.85
f
Function · 0.70
size
Method · 0.45
Tested by
no test coverage detected