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

Function towire_save_node_bias

plugins/askrene/layer.c:589–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589static void towire_save_node_bias(u8 **data, const struct node_bias *bias)
590{
591 towire_dstore_node_bias(data,
592 &bias->node,
593 bias->description,
594 bias->in_bias,
595 bias->out_bias,
596 bias->timestamp);
597}
598
599static void save_node_bias(struct layer *layer, const struct node_bias *bias)
600{

Callers 2

save_node_biasFunction · 0.85
save_complete_layerFunction · 0.85

Calls 1

towire_dstore_node_biasFunction · 0.85

Tested by

no test coverage detected