MCPcopy Create free account
hub / github.com/KDAB/codebrowser / some_static_func

Function some_static_func

tests/test.cc:251–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 */
250
251static int some_static_func() {
252 extern int extern_val;
253 static int local_static;
254 InAnonymousNamspace a;
255 local_static ++;
256 return a.someFunction() + extern_val + local_static;
257}
258
259static int static_val;
260int nonstatic_val;

Callers 1

ohFunction · 0.85

Calls 1

someFunctionMethod · 0.80

Tested by

no test coverage detected