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

Function encoding_add_query_flag

gossipd/queries.c:35–38  ·  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

33
34/* Marshal a single query flag (we don't query, so not currently used) */
35static void encoding_add_query_flag(u8 **encoded, bigsize_t flag)
36{
37 towire_bigsize(encoded, flag);
38}
39
40static bool encoding_end(const u8 *encoded, size_t max_bytes)
41{

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