Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ right_ratio
Function
right_ratio
ccan/ccan/likely/likely.c:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
static double right_ratio(const struct trace *t)
76
{
77
return (double)t->right / t->count;
78
}
79
80
char *likely_stats(unsigned int min_hits, unsigned int percent)
81
{
Callers
1
likely_stats
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected