Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
template<typename T>
2
int Is(const T x)
3
{
4
return x(22);
5
}
6
7
int main()
8
{
Callers
1
main
Function · 0.70
Calls
1
x
Function · 0.85
Tested by
no test coverage detected