Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
bool foo(const std::string& s)
2
{
3
return s.empty();
4
}
5
6
int main()
7
{
Callers
1
main
Function · 0.70
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected