Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ one_seems_unlikely
Function
one_seems_unlikely
ccan/ccan/likely/test/run-debug.c:14–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
static bool one_seems_unlikely(unsigned int val)
15
{
16
if (unlikely(val == 1))
17
return true;
18
return false;
19
}
20
21
static bool likely_one_unlikely_two(unsigned int val1, unsigned int val2)
22
{
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected