MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / main

Function main

samples/passedByValue_2/good.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4}
5
6int main()
7{
8 std::string s;
9 foo(s);
10}

Callers

nothing calls this directly

Calls 1

fooFunction · 0.70

Tested by

no test coverage detected