Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ ctz
Function
ctz
tests/Issue354.cpp:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
unsigned __attribute__((const))
2
ctz(unsigned x)
3
{
4
return 0;
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected