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

Function towire_opt_wirestring

plugins/askrene/datastore_wire.c:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104static void towire_opt_wirestring(u8 **p, const char *v)
105{
106 if (towire_bool_val(p, v != NULL))
107 towire_wirestring(p, v);
108}
109
110bool fromwire_dstore_channel(const u8 **cursor, size_t *len,
111 struct node_id *n1,

Callers 3

towire_dstore_node_biasFunction · 0.85

Calls 2

towire_bool_valFunction · 0.85
towire_wirestringFunction · 0.50

Tested by

no test coverage detected