Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BowenFu/matchit.cpp
/ main
Function
main
sample/isLarge.cpp:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
static_assert(isLarge(100));
17
18
int32_t main()
19
{
20
std::cout << isLarge(10) << std::endl;
21
return 0;
22
}
Callers
nothing calls this directly
Calls
1
isLarge
Function · 0.85
Tested by
no test coverage detected