MCPcopy Create free account
hub / github.com/ElementsProject/lightning / num_u8

Function num_u8

common/bolt11.c:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103static size_t num_u8(size_t num_u5)
104{
105 return (num_u5 * 5 + 4) / 8;
106}
107
108/* Frees bolt11, returns NULL. */
109static struct bolt11 *decode_fail(struct bolt11 *b11, char **fail,

Callers 2

unknown_fieldFunction · 0.85
decode_fFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected