Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ ceil_div
Function
ceil_div
common/onion_decode.c:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
static u64 ceil_div(u64 a, u64 b)
60
{
61
return (a + b - 1) / b;
62
}
63
64
static bool handle_blinded_forward(const tal_t *ctx,
65
struct onion_payload *p,
Callers
1
handle_blinded_forward
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected