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

Function Is

tests/LambdaHandler3Test.cpp:2–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1template<typename T>
2int Is(const T x)
3{
4 return x(22);
5}
6
7int main()
8{

Callers 1

mainFunction · 0.70

Calls 1

xFunction · 0.85

Tested by

no test coverage detected