Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
bool Fun(char)
2
{
3
return false;
4
}
5
6
template<class...Match>
7
bool search(char ch, Match&&...matchers) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected