MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Fun

Function Fun

tests/Issue506_2.cpp:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1bool Fun(char)
2{
3 return false;
4}
5
6template<class...Match>
7bool search(char ch, Match&&...matchers) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected