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

Function encoding_add_query_flag

gossipd/queries.c:55–58  ·  view source on GitHub ↗

Marshal a single query flag (we don't query, so not currently used) */

Source from the content-addressed store, hash-verified

53
54/* Marshal a single query flag (we don't query, so not currently used) */
55static void encoding_add_query_flag(u8 **encoded, bigsize_t flag)
56{
57 towire_bigsize(encoded, flag);
58}
59
60static bool encoding_end(const u8 *encoded, size_t max_bytes)
61{

Callers 2

query_short_channel_idsFunction · 0.85
get_query_flags_arrayFunction · 0.85

Calls 1

towire_bigsizeFunction · 0.50

Tested by 1

get_query_flags_arrayFunction · 0.68