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

Function test

tests/Issue468.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3template<class F = decltype([]() { return true; })>
4bool test(F f = {})
5{
6 return f();
7}
8
9
10int main()

Callers 1

mainFunction · 0.70

Calls 1

fFunction · 0.70

Tested by

no test coverage detected