MCPcopy 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
36int 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

gFunction · 0.85
hFunction · 0.85
fpFunction · 0.85
theNameFunction · 0.85
fFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected