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

Function foo

samples/passedByValue_2/good.cpp:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1bool foo(const std::string& s)
2{
3 return s.empty();
4}
5
6int main()
7{

Callers 1

mainFunction · 0.70

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected