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

Function f

test/cli/proj-inline-suppress/template.cpp:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1namespace {
2 template<typename T>
3 T f() {
4 return T();
5 }
6}
7
8// cppcheck-suppress unusedFunction

Callers

nothing calls this directly

Calls 1

TClass · 0.85

Tested by

no test coverage detected