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

Function add_type

bitcoin/psbt.c:679–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677}
678
679static void add_type(u8 **key, const u8 num)
680{
681 add(key, &num, 1);
682}
683
684void add_varint(u8 **arr, size_t val)
685{

Callers 1

psbt_make_keyFunction · 0.85

Calls 1

addFunction · 0.70

Tested by

no test coverage detected